-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0
-
Fix Version/s: 10.2
-
Component/s: Course, Repository, Catalog, Learning resources
-
Labels:None
-
Funded by:
When closing a course, the code suggests the participants would be removed, however this was not the case when a client accidentally closed a course.
The code in CloseResourceCallback needs to be checked:
- is doCleanGroups really called?
- change code to only remove group members if the group as no other courses references
- if a group as other course reference, remove the course reference instead of removing the users from the group
- implement the empty method RepositoryServiceImpl.removeMembers() to remove course members when closing a course
- add administrative logging to the course log file about who triggered to course close action
- prevent opening the course editor when course is closed
- relates to
-
OO-1431 Add "Closed" information to course in course segmented view and on infopage
-
- Closed
-