-
Sub-task
-
Resolution: Fixed
-
Blocker
-
2.1, 2.2
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_22_STABLE
-
MDL-30340.subcontext_locks -
This was detected when researching about MDL-30340
For "sticky" blocks at any context (those being shown in child contexts), it's possible to lead to one "locked" status where one block cannot be sent back to its original context anymore.
The ultimate cause for this is that, both in 21_STABLE and master, the "*" option, previously always available @ child contexts was kept out, and that option is the one that enabled the block to go back, and be shown, where it was defined originally.
So this patch simply ensures that, if the block is being edited 'at distance' (aka, in one of the subcontexts it's show) the '*' option will be always available, to efectively revert it to its original status and prevent locked situations.
That is, ciao
- has a clone
-
MDL-30566 Re-enable the ability to create coursecat blocks to be spread over subcontexts
- Closed