-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
4.0
-
MOODLE_400_STABLE
As a teacher
I want to be able to delete an activity in the course index
so I can clean the content up
As per current behavior, deleting a section deletes from the database:
- The module itself
- Information about module completion.
- Information about module availability.
- Module tags.
- Specific information per plugin.
- Doesn’t check deleted activity was part of “availability requirements” of any other module.
(forget about the rest of the options for now)
Acceptance criteria:
- User needs permissions to delete activities.
- User needs to confirm the action.
- The activity will be removed in the course index and course main content.
- Some activity types would require asynchronous deletion. We will keep current behavior in those cases.
Technical tasks:
- Add cm_delete state action
- is blocked by
-
MDL-71214 Add activity kebab menu in the course index with a link to 'Edit settings'
-
- Closed
-