-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update react-router to 7.1.1 #1043
Conversation
816141b
to
544b195
Compare
This pull request has conflicts ☹ |
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/1043/2025-01-06_11-03-52/ . |
Updates the dependency "react-router-dom" to "react-router".
544b195
to
a4097a5
Compare
This pull request has conflicts ☹ |
Somehow—I don't know how, yet—this breaks filtering. If you click on a series title in the series table, for example, you are redirected to the events table, the filter appears for a moment, and then disappears again. :/ |
That is weird o.O. Would you like to open a revert? |
I would love to know why this happens first, but if I can't in a reasonable time, I will. Feel free to beat me to it, though, if you are impatient. :D |
Reverts PR opencast#1043. The PR seems to have caused problems with table filtering, which are fixed by reverting it. The issue in question is that clicking on a series name in the series table will not result in a properly filtered events table anymore.
Supersedes #1035.
Updates the dependency "react-router-dom" to "react-router" (package restructuring happened).