-
Bug
-
Resolution: Fixed
-
Minor
-
2.2.2
-
MOODLE_22_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
wip-mdl-32150
-
The specific instance of this that was encountered can be found on MDL-32137. But I guess this is a more generic stuff. "checkall" function checks all check-boxes doesn't matter if they are tagged disabled or not. Same is the case with "select none", it unchecks everything.
I am not sure if this is going to cause any security risk or not, normally we have validation on the server side for these cases, still if we proper validation is missing than it can cause security risk.