Patch for "1.10_STABLE" branch: https://reviews.mahara.org/3766
-- 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/1374184 Title: My groups block pagination fails when clean urls are in play Status in Mahara ePortfolio: Fix Committed Status in Mahara 1.10 series: Fix Committed Status in Mahara 1.11 series: Fix Committed Bug description: Now that we can paginate the list of groups on the my groups block there is a problem when cleanurls are in place. The pagination relies on scraping the url for the parameters to pass via ajax to fetch the subsequent pages. but with clean urls the user id is not in the url so fails to go to next page. To fix: 1) need to add a js variable to the page containing the user id number for the user whose profile page we are trying to view. 2) need to get the pagination js to add this id to the pagination params Will mark this as a regression because before one could see all their groups in a long list - now they can only see the first page To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1374184/+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

