-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.2
-
MOODLE_28_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
48968-29
-
- Log in as an admin
- Turn on editing
- On several pages (including my moodle and course view page) drag and drop several blocks moving them around to make sure nothing is broken.
We hit an issue with pagetype handling for block editing while working on a solution to implement multiple my moodle style pages.
We want to use the ID as part of the pagetype variable in order to distinguish each of the 1..n customisable pages.
However the pagetype param is using PARAM_ALPHAEXT.
I can't see a good reason for it using that instead of PARAM_ALPHANUMEXT and I think the change is potentially one that will come up for Moodle in the near future anyway.
As such I purpose we make it now.