← Back to team overview

mahara-contributors team mailing list archive

[Bug 827762] A change has been merged

 

Reviewed:  https://reviews.mahara.org/670
Committed: http://gitorious.org/mahara/mahara/commit/aa3d90424493831ceca13c362083c29a53c6e20e
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch:    master

commit aa3d90424493831ceca13c362083c29a53c6e20e
Author: Piers Harding <piers@xxxxxxxxxxxxxxx>
Date:   Fri Sep 9 10:00:29 2011 +1200

    Include grouptype class when changing group roles (bug #827762)
    
    Changes to the group_update function in commit 57a9d96e50 added a
    call to the grouptype's get_roles method, without first including
    the grouptype class.  The grouptype class is not available when
    this function is called from the webservice api, so group_update
    will call a method that doesn't exist.
    
    Change-Id: I10c861f7e692192621ec8372e7a7f5f25cbd8f6f
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/827762

Title:
  Remove references to tutor role from core code

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The grouptype plugins exist to make it possible to customise Mahara
  with group types that have a different set of roles.  I only know of
  one instance in which this has actually been done, but we should try
  to make sure it remains possible.  Admin and member are the only
  compulsory roles that must exist in all group types, so core code
  should avoid references to the tutor role, and defer to the grouptype
  instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/827762/+subscriptions


References