← Back to team overview

mahara-contributors team mailing list archive

[Bug 857034] Re: 'uploadgroupcsvpagedescription2' on lang/en.utf8/admin.php needs to be fixed.

 

It's actually correct as it is.  The old 'grouptype' field was changed
to 'roles' in the csv header, because all the grouptype does is
determine which roles are available in the group.  All other settings
that were previously determined by the group type are now per-group
settings.

The 'editroles' field is the new per-group setting that determines which
roles are allowed to edit pages (previously this ability was fixed by
the grouptype).

** Changed in: mahara
       Status: Triaged => Invalid

** Changed in: mahara
    Milestone: 1.5.0 => None

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

Title:
  'uploadgroupcsvpagedescription2' on lang/en.utf8/admin.php needs to be
  fixed.

Status in Mahara ePortfolio:
  Invalid

Bug description:
  'uploadgroupcsvpagedescription2' on lang/en.utf8/admin.php needs to be
  fixed as below.

  [before]
  <pre>shortname,displayname,roles</pre>

  [after]
  <pre>shortname,displayname,editroles</pre>

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


References