Skip to content

Fix typo for cancelled wf processes#1610

Open
jduehring wants to merge 1 commit into
opencast:r/19.xfrom
jduehring:fix-workflow-restart
Open

Fix typo for cancelled wf processes#1610
jduehring wants to merge 1 commit into
opencast:r/19.xfrom
jduehring:fix-workflow-restart

Conversation

@jduehring
Copy link
Copy Markdown
Contributor

Currently after cancelling a WF you can't restart it through the admin-ui, because its state is in PROCESSING_CANCELLED while the code checks for PROCESSING_CANCELED . (one vs two 'L' )

This PR fixes the mismatched check.

@jduehring jduehring changed the title fix typo for cancelled wf processes Fix typo for cancelled wf processes May 13, 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-1610

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

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.

@jduehring jduehring added the type:bug Something isn't working label May 13, 2026
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