Skip to content

Conversation

@Arnei
Copy link
Member

@Arnei Arnei commented Jan 21, 2026

Helps with #1468.

Adds a new column to the events table that displays each events language (if set). The cells are FilterCells, so they can be clicked to set a language filter with the respective value.

The language column is deactivated per default, so this does not impact the default appearance of the events table.

Requires opencast/opencast#7329. Will not work otherwise.

Bildschirmfoto vom 2026-01-21 16-51-20

Adds a new column to the events table that displays
each events language (if set). The cells are FilterCells, so they can
be clicked to set a language filter
with the respective value.

The language column is deactivated per default,
so this does not impact the default
appearance of the events table.
@Arnei Arnei added the type:enhancement New feature or request label Jan 21, 2026
@github-actions
Copy link
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/opencast-admin-interface:pr-1502

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/opencast-admin-interface:pr-1502

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.

@github-actions
Copy link
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1502/2026-01-21_15-54-14/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant