-
Improvement
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
MDL-78607-master -
-
HQ 2023 Sprint I3.2 Moppies
When editing section or activity settings, the 'Access restrictions' field shows a JSON object in a textarea input that is "rendered" as a form using YUI code. This was not a problem because 'Restrict access' settings group is collapsed by default, so usually the YUI code is executed before the user sees it.
But after changes done in MDL-78288 the issue is more obvious. We decided to hide the textarea while rendering the information in an understandable way for the user in MDL-78288, but this should be improved.
This issue is about adding a loading option while the 'Access restrictions' field is totally ready to be shown to the user.