Reviewed: https://reviews.mahara.org/7940 Committed: https://git.mahara.org/mahara/mahara/commit/e470bc633bd45c8ff68c9ed569c6ccd99d3024ed Submitter: Robert Lyon ([email protected]) Branch: master
commit e470bc633bd45c8ff68c9ed569c6ccd99d3024ed Author: Cecilia Vela Gurovic <[email protected]> Date: Tue Aug 22 16:45:01 2017 +1200 Bug 1711443: 'Show more' button in group P&C screen In pagination.js, pagination_showmore function was expecting the group value from the button clicked to be a string, but it is a number. .data() from jQuery converts a string representing a number to an actual number. behatnotneeded Change-Id: If66231211c229f1cf18a5efb35236c2f90ad5a44 -- 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/1711443 Title: "Show more" button on "Pages and collections" doesn't work in a group Status in Mahara: Fix Committed Status in Mahara 17.04 series: In Progress Status in Mahara 17.10 series: Fix Committed Bug description: originally mentioned in https://mahara.org/interaction/forum/topic.php?id=8021 To replicate: 1. Create more than 12 pages / collections in a group. 2. Click the "Show more" button. Expected result: See more pages / collections. Actual result: Nothing happens and the "Show more" button just disappears. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1711443/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

