-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
When resetting a report filters, the current implementation performs a page reload in order for the form itself to be reset when the page is next rendered
This is problematic because it means the filter form is closed on page load, so effectively disappears after the button is pressed, and also presents a problem in the custom report editor MDL-70795 when transitioning between screens
We can use the Fragment API to just re-render the form after resetting, therefore loading it in it's initial/blank state and not requiring a page reload
- blocks
-
MDL-72682 Indicator for when report filters form contains instances that are active
- Closed