-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dead code in video header #905
Remove dead code in video header #905
Conversation
Recent dependency updates have caused a type mismatch. This quells the mismatch by basically replacing null with undefined.
Removes code that would display presenters in the video title in the cutting view. Displaying presenters has been removed from the backend for quite some time now and no one seems to have minded, so I think this can just go. Also resolves opencast#887 while I'm at it. (Contains opencast#892)
This pull request is deployed at test.editor.opencast.org/905/2022-11-18_14-04-54/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/905/2022-12-19_08-51-08/ . |
This pull request has conflicts ☹ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected.
Can you fix the merge conflict?
This pull request is deployed at test.editor.opencast.org/905/2023-03-20_09-48-43/ . |
Removes code that would display presenters in the video title in the
cutting view. Displaying presenters has been removed from the backend
for quite some time now and no one seems to have minded, so I think
this can just go.
Also resolves #887 while I'm at it.
(Contains #892)