-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
After reverting the schedule view, the “Video” button on the public schedule no longer works.
Steps to Reproduce
- Connect an event to the video component (example: Wikimedia Eventyay video settings
- Go to the public schedule view.
- Click the “Video” button.
Expected Behavior
The linked video stream or session page should open correctly when the “Video” button is clicked.
Actual Behavior
The button is non-functional — nothing happens when clicked.
Possible Cause
The revert of the schedule view may have removed or broken the handler that links the session to the video component, or the video_url
binding may not be updated in the schedule data model.
To Do
- Check if the event-video connection is properly loaded in the schedule view.
- Verify that the “Video” button triggers the correct route/action.
- Fix the binding between session entries and the video link.
- Add a regression test to ensure the “Video” button remains functional after future view changes.
Metadata
Metadata
Assignees
Labels
No labels