mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #05065
[Bug 803247] Re: Deleting a comment in a group view always deletes the first one
This is what Mahara receives when a delete button is clicked on Firefox
3.6 (where it works fine):
[DBG] 4e (view/view.php:78) Array
(
[delete_comment_submit_x] => 10
[delete_comment_submit_y] => 8
[delete_comment_submit] => Delete
[comment] => 2426
[sesskey] => aMoL6nFrVmGBphZP
[pieform_delete_comment] =>
)
and this is what it looks like on Firefox 5 (where it doesn't work):
[DBG] dc (view/view.php:78) Array
(
[delete_comment_submit_x] => 9
[delete_comment_submit_y] => 8
[comment] => 2428
[sesskey] => U0ymqt3ZsMaYKgf5
[pieform_delete_comment] =>
)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/803247
Title:
Deleting a comment in a group view always deletes the first one
Status in Mahara ePortfolio:
In Progress
Bug description:
In the comment list ( comments on a view ) the earliest comment by the
logged in user is always deleted instead of the chosen one, unless of
course the one chosen is the earliest comment.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/803247/+subscriptions
References