Go to first page when changing filters via Stats#1477
Go to first page when changing filters via Stats#1477gregorydlogan merged 4 commits intoopencast:r/17.xfrom
Conversation
|
Use Run test server using develop.opencast.org as backend: Specify a different backend like stable.opencast.org: It may take a few seconds for the interface to spin up. |
|
This pull request is deployed at test.admin-interface.opencast.org/1477/2025-11-24_11-33-36/ . |
|
This should probably be targeted earlier. In discussion at the dev meeting, this should go to 17.x. |
Set the offset and page number to 0 when changing filters via the Stats Bar without reloading all events.
7da5216 to
0f306d3
Compare
|
This pull request has conflicts ☹ |
|
I rebased my branch to r/17.x and changed the PR to target the branch r/17.x. |
|
I encountered this problem while testing something different. Found your PR and tested it. Seems to work 👍 |
Currently the Admin UI does not reset the offset and the page number when changing filters via the Stats bar.
With this the offset and the page number is set to 0 when a filter is changed via the Stats bar, without reloading all events as
goToPage(0)would do.