Skip to content

Conversation

@snoesberger
Copy link
Contributor

During processing and after the publication of a recording, the event details tab does not show any information about running or completed workflows. With this PR the workflow tab shows again all workflow information for recordings, just as it does for manually uploaded videos.

fixes #1474

During processing and after the publication of a recording, the event details tab does not show any information about running or completed workflows.
With this PR the workflow tab shows again all workflow information for recordings, just as it does for manually uploaded videos.
@snoesberger snoesberger added the type:bug Something isn't working label Nov 11, 2025
@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-1475

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

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/1475/2025-11-11_07-27-54/ .
It might take a few minutes for it to become available.

Copy link
Member

@gregorydlogan gregorydlogan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected

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.

2 participants