-
Bug
-
Resolution: Fixed
-
Minor
-
3.0
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE
-
MDL-52036-master-resettable -
This is another follow up of the issues MDL-49582 and MDL-51315. Shortly, I can see two issues with the new "reset table preferences" feature. They are not directly related to the new cross-session persistence and seem to affect most (if not all) flexible tables.
Steps to reproduce
- Have a site with some users
- Log out and log in as an admin (so you have the fresh new session)
- Go to Dashboard ► Site pages ► Participants
Expected behaviour
- The table is displayed in its default state, sorted by "Last access to site". Therefore, there should be no reset link displayed (as we are supposed to be in the default state).
- Only when changing the sort column, the reset link should appear.
- Once the reset link is followed, the table should be back in its default state, sorted by "Last access to site"
What actually happens
- The reset link is displayed on the first visit of the screen
- Following the reset removes the default sorting too. So it resets to a state different from the default one.
- is a regression caused by
-
MDL-51315 Do not display "Reset table preferences" on table without preferences
-
- Closed
-