Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix metadata fields not editable during multi edit #1041

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Arnei
Copy link
Member

@Arnei Arnei commented Jan 3, 2025

In the modal for editing multiple events at the same time, the fields "presenter(s)" and "contributor(s)" were not editable in some cases. This patch fixes that.

How to test this

This patch should ideally be tested with a production Opencast. Unfortunately, I do not actually know what the exact Opencast configuration is that causes the error this patch this is supposed to fix. The modal for editing multiple events can be found in the events table next to the search bar and filters.

@Arnei Arnei added the type:bug Something isn't working label Jan 3, 2025
Copy link
Contributor

github-actions bot commented Jan 3, 2025

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

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

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.

Copy link
Contributor

github-actions bot commented Jan 3, 2025

This pull request is deployed at test.admin-interface.opencast.org/1041/2025-01-03_14-31-13/ .
It might take a few minutes for it to become available.

In the modal for editing multiple events at the same time,
the fields "presenter(s)" and "contributor(s)"
were not editable in some cases. This patch fixes that.
@Arnei Arnei force-pushed the edit-multifields-in-editmultipleeventsmodal branch from 0af864d to 8a91398 Compare January 3, 2025 14:31
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