← Back to team overview

mahara-contributors team mailing list archive

[Bug 1676230] Re: group member sees p&c as a list, not boxes

 

** Changed in: mahara
       Status: In Progress => Fix Committed

-- 
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:
  Fix Committed

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


References