mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #43665
[Bug 1710988] A change has been merged
Reviewed: https://reviews.mahara.org/7974
Committed: https://git.mahara.org/mahara/mahara/commit/fb7cca51283a332d851109776d1eb8c7b1a99414
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: 17.04_STABLE
commit fb7cca51283a332d851109776d1eb8c7b1a99414
Author: Cecilia Vela Gurovic <ceciliavg@xxxxxxxxxxxxxxx>
Date: Thu Aug 17 09:10:00 2017 +1200
Bug 1710988: fix js when catching 'pagechanged' event
Fix for broken function calls when selecting a
radio button in a list of notes, deleting and
marking as read messages in the inbox/outbox
Change-Id: Ia5f4b2a1f977d319ccd813a2499b29c98b15f6a0
behatnotneeded: adding a behat test later
(cherry picked from commit e7ed751fa4924e761a9d7f5c39084ea521fd8836)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1710988
Title:
broken js when using pagination in a list of radio buttons
Status in Mahara:
Fix Committed
Status in Mahara 17.04 series:
Fix Committed
Status in Mahara 17.10 series:
Fix Committed
Bug description:
affects 17.04 and master
Cases where the js is broken:
1. Notes: When setting the content of a note with the 'Use content
from another note' button
Steps to reproduce:
- Edit a page
- add a note to it with text 'Test' and save
- add another note to the page
- in the configuration, press 'Use content from another note'
- Select the note with text 'Test' and save
Result expected: We have two notes with text 'Test' in the page
Actual result: We have two empty notes in the page
2. In the personal email inbox:
- have more than 10 unread messages in the inbox
- go to a page different than the first one
- Select an unread message, choosing 'Mark as read' from the Bulk options at the top
Expected result: show the message as read automatically
Actual result: will not show the message as read automatically. We need to refresh the page to see it.
- have more that 10 messages
- go to a different page than the first one
- Select one message and choose 'delete' in the Bulk options at the top.
Expected result: The messages we want to delete are removed from the list
Actual result: All messages will disappear and we have to refresh the page to see the changes.
3. In outbox (messages Sent)
Same as inbox for deleting a message
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1710988/+subscriptions
References