-
Bug
-
Resolution: Fixed
-
Major
-
3.11.2
-
MOODLE_311_STABLE
-
MOODLE_400_STABLE
-
MDL-72329-master -
The 'get' method in persistents does not return the property with the correct type, even if it has been defined in the persistent definition. If for example we have property 'id' and we set it as int, persistent should cast the property to int before return it.
We encountered this problem in Workplace plugins and recently in Reportbuilder component. Here is an example of what we need to do to solve this issue:
- caused a regression
-
MDL-73999 SEB access rule doesn't let to save a quiz form if some permissions are missing
- Closed