-
Task
-
Resolution: Fixed
-
Major
-
3.11
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
Convert the "Contact DPO" form to the modal forms API from MDL-64554
It's currently a form defined in a mustache template which is then rendered inside a modal - we can improve/cleanup by using the recently added modal forms API
At the same time, it would be nice to improve the remainder (cancelling a request) of the `myrequestactions` module, converting to ES6
I also found MDL-70962 while looking at this