Skip to content

Reset to page 1 when clicking on filter cells#1617

Open
Arnei wants to merge 1 commit into
opencast:r/19.xfrom
Arnei:filtercell-reset-to-page-1
Open

Reset to page 1 when clicking on filter cells#1617
Arnei wants to merge 1 commit into
opencast:r/19.xfrom
Arnei:filtercell-reset-to-page-1

Conversation

@Arnei

@Arnei Arnei commented Jun 10, 2026

Copy link
Copy Markdown
Member

Fixes #1229

When clicking on a cell that applies a filter in a table (e.g. the presenters or series cell in the events table), the filter is applied but the page number is not reset, which can leave users on an empty page. This is confusing and not in line with how it works everywhere else, so this patch changes that.

@Arnei Arnei added the type:bug Something isn't working label Jun 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1617

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1617

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

When clicking on a cell that applies a filter in a table (e.g. the
presenters or series cell in the events table), the filter is applied
but the page number is not reset, which can leave users on an
empty page. This is confusing and not in line with how it works
everywhere else, so this patch changes that.
@Arnei Arnei force-pushed the filtercell-reset-to-page-1 branch from da2e5d4 to 80adea5 Compare June 11, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant