Details
-
Type:
Bug
-
Status: RESOLVED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 20.1, 21.0 [Tentative], 22.0 [Tentative]
-
Fix Version/s: 21.0 [Tentative], 22.0 [Tentative]
-
Component/s: Lessons
-
Labels:None
-
21 Status:Resolved
-
20 status:Please Merge
-
Test Plan:
Description
If a Student Content item is added to a page and configured to be for groups instead of individual users, adding content for that group and then deleting the group results in a NPE that renders the entire page containing the student content tool inaccessible.
The fix for this issue will check for null groups and present a message to the user indicating the group no longer exists, while retaining access any content from the deleted group (the instructor may chose to delete the content later if this is desired). The following additional changes are made for consistency:
- deleted users will also now present a message indicating such
- page titles that match the name of the page owner will no longer be surrounded by parentheses (ie. a student page called "John Doe" owned by "John Doe" will now display as "John Doe" instead of "(John Doe)", while a page called "John's Page" owned by "John Doe" will still display as "John's Page (John Doe)")