← Back to team overview

mahara-contributors team mailing list archive

[Bug 1710988] A change has been merged

 

Reviewed:  https://reviews.mahara.org/8174
Committed: https://git.mahara.org/mahara/mahara/commit/24d24c8745bd94ded9fd123970c67692a2d48d09
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    17.10_STABLE

commit 24d24c8745bd94ded9fd123970c67692a2d48d09
Author: Rebecca Blundell <rebecca.blundell@xxxxxxxxxxxxxxx>
Date:   Thu Aug 17 17:57:26 2017 +1200

Bug 1710988 - add behat test for broken js in note copy

The following changes are done
Rename user_content/add_note_block.feature to note_block.feature
-Fix the formatting issues with partial tests in background.
-Copy the content of blocktype/copy_note_content.feature to note_block.feature and delete the original

Change-Id: I9e5744d94bfed7470983d373cd1bfe8699661500
(cherry picked from commit 4c54d9d7bcfd2a1099ea4f3a51c44c9604de8762)

-- 
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 Released
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