Skip to content

Conversation

@Arnei
Copy link
Member

@Arnei Arnei commented Dec 18, 2025

This hook would call upon the formik validation when the user switched to a different tab in the create modal. This is pointless because A. validation will automatically have been called by formik before then and B. this hook would only trigger after the tab has changed, which would be too late anyway.

@Arnei Arnei added the type:code-enhancement Internal improvements to the codebase label Dec 18, 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-1486

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

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.

This hook would call upon the formik validation when
the user switched to a different tab in the create modal.
This is pointless because A. validation will automatically have
been called by formik before then and B. this hook would only
trigger after the tab has changed,
which would be too late anyway.
@Arnei Arnei force-pushed the fix-various-eslint-complaints branch from a32df9a to 8d15b36 Compare December 18, 2025 14:53
@github-actions
Copy link
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1486/2025-12-18_14-54-04/ .
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:code-enhancement Internal improvements to the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant