Skip to content

Add freetext filter input support#1522

Open
geichelberger wants to merge 2 commits intoopencast:r/19.xfrom
geichelberger:role-filter
Open

Add freetext filter input support#1522
geichelberger wants to merge 2 commits intoopencast:r/19.xfrom
geichelberger:role-filter

Conversation

@geichelberger
Copy link
Contributor

@geichelberger geichelberger commented Mar 12, 2026

This adds support for the freetext filter to be used by the Read Access and Write Access Filter.

grafik

@geichelberger geichelberger added the type:enhancement New feature or request label Mar 12, 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-1522

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-1522

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.

Add a freetext branch in filter value rendering using a creatable
dropdown.
Add missing READ_ACCESS and WRITE_ACCESS labels for events and series
filters in en_US locale.
This ensures permission filter labels render correctly instead of
fallback keys.
@geichelberger geichelberger changed the base branch from r/18.x to r/19.x March 12, 2026 22:50
@github-actions
Copy link
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1522/2026-03-12_22-50-38/ .
It might take a few minutes for it to become available.

@ypatios
Copy link

ypatios commented Mar 13, 2026

This pull request is deployed at test.admin-interface.opencast.org/1522/2026-03-12_22-50-38/ . It might take a few minutes for it to become available.

noting this doesn't work in the automated pr deployment (prob due to missing/unaligned backend component)
image

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.

2 participants