Fix being unable to step back in event modal#1153
Fix being unable to step back in event modal#1153gregorydlogan merged 4 commits intoopencast:mainfrom
Conversation
Fixes a bug occuring in the create event modal. When scheduling an event, going back from the "proccesing" step to the "source" step was not possible if the "asset upload" step was also configured.
|
Use Run test server using develop.opencast.org as backend: Specify a different backend like stable.opencast.org: It may take a few seconds for the interface to spin up. |
|
This pull request is deployed at test.admin-interface.opencast.org/1153/2025-03-20_15-02-28/ . |
|
This pull request has conflicts ☹ |
|
I try to reproduce this issue with the main branch code but couldn't do it? can you please share the video if possible? |
|
I forgot to mention that in the "source" step you will have to schedule an event. (To be able to schedule an event, a capture agent needs to be configured. You can easily configure a dummy capture agent through the Opencast endpoint /capture-admin/agents/{name}). Here's a video Bildschirmaufzeichnung.vom.2025-04-28.09-15-05.webm |
|
Thank you for the inputs... |
…nterface into main Pull request opencast#1153 Fix being unable to step back in event modal
Fixes a bug occurring in the create event modal. When scheduling an event, going back from the "proccesing" step to the "source" step was not possible if the "asset upload" step was also configured.
How to test this
You will need an Opencast with asset upload options configured (see also https://docs.opencast.org/develop/admin/#configuration/admin-ui/asset-upload/).
Or cheat by checking out the code and setting
hiddenin line https://github.com/opencast/opencast-admin-interface/blob/57e21b1a7f3d272df09a68e19f1345055dcab2e5/src/components/events/partials/wizards/NewEventWizard.tsx#L86 to false.