|
|
|
If you try to update the case of a group name (e.g. change "MY GROUP" to "My Group"), you get this error:
The group name 'My Group' already exists in this course, please choose another one.
Same goes for Groupings.
Easy enough to fix this, see attached patch. The scripts concerned already check to see whether the name is unchanged, I just changed that condition so that it does a case-insensitive comparison. As far as I can tell this doesn't cause any other problems.
|
|
Description
|
If you try to update the case of a group name (e.g. change "MY GROUP" to "My Group"), you get this error:
The group name 'My Group' already exists in this course, please choose another one.
Same goes for Groupings.
Easy enough to fix this, see attached patch. The scripts concerned already check to see whether the name is unchanged, I just changed that condition so that it does a case-insensitive comparison. As far as I can tell this doesn't cause any other problems. |
Show » |
committed 2 files to 'Moodle CVS' - 30/Dec/08 06:32 AM
MDL-17724 fixed group/grouping renaming now allows case change
|
|
|
committed 2 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 30/Dec/08 06:32 AM
MDL-17724 fixed group/grouping renaming now allows case change; backported from HEAD
|
|
|
|