-
Improvement
-
Resolution: Fixed
-
Minor
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-65933-master -
-
1
Who is this for?
- Moodle users who can edit items in a database activity (e.g. teachers, course managers, etc)
What is the problem that you're trying to solve?
- The inconsistent way of checking items on a list throughout Moodle
Why does it need solving?
- A consistent way of checking items on a list would provide a better user experience
How does this issue tackle the problem?
- The patch for this issue will implement the usage of the checkbox-toggleall output component which aims to improve the UI and UX by:
- having a single button for toggling the checked states of the checkbox elements in the items list.
- making the "Delete" selected button enabled only when there's at least one item selected.
- is blocked by
-
MDL-65928 Create a toggle-all checkbox output component
- Closed