** Summary changed: - group memeber sees p&c as a list, not boxes + group member sees p&c as a list, not boxes
-- 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/1676230 Title: group member sees p&c as a list, not boxes Status in Mahara: New Bug description: If we have a user with role=member in a group, and this role cant edit the pages at the moment, the p&c screen of the group shows: 1. An error [WAR] d3 (view/groupviews.php:61) Undefined variable: orderby This is fixed removing parameter 'orderby' => $orderby, in the pagination configuration in views/groupviews.php. It is ok to remove because we have the parameter repeted and variable $orderby is not defined. 2. After fixing the error, the pages are displayed in a list and the collections can't be seen. They should all be displayed as boxes. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1676230/+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

