-
New Feature
-
Resolution: Fixed
-
Minor
-
3.5.2
-
-
MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.0
If a context is frozen, most WS calls will return an exception. E.g. the WSÂ mod_assign_get_submission_status returns required_capability_exception.
Currently we have 2 problems in the app:
- If some information is cached, the app will display the cached in this case.
- If the information isn't cached, we'll display an error and, in some cases, some data will be displayed in the screen. E.g. in assignment we display an error and the screen displays a header "Submission status". In web, no error is displayed and the user only sees a blank screen, we should do the same as web.
We need to check all or most cases to make sure they all behave the same.
- is a regression caused by
-
MDL-53566 Support freezing of categories, courses, activities contexts and their content
- Closed