-
Notifications
You must be signed in to change notification settings - Fork 238
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
Add more admin-UI Tobira endpoints #6091
Conversation
This is needed to show links for pages in Tobira that contain a given event.
Converted to draft bc we might still need to change some things on the Tobira side, which will then trickle down to this and the admin-UI PR. Edit: these are hopefully fixed, so this is ready for review again. |
79b56ce
to
ab72aa3
Compare
ab72aa3
to
357b1e2
Compare
) This is necessary for an upcoming admin UI feature which will allow admins to change the path of series pages with no other blocks (part of opencast/opencast-admin-interface#311). This shouldn't break any existing behaviour. Related Opencast and admin UI PRs: opencast/opencast#6091, opencast/opencast-admin-interface#878.
This adds a `post` method to update series page paths in Tobira, and also expands some data returned by the `getHostPages` method.
357b1e2
to
7468544
Compare
modules/admin-ui/src/main/java/org/opencastproject/adminui/endpoint/AbstractEventEndpoint.java
Show resolved
Hide resolved
FYI: Branch cut for OC 17 is on November 6! |
modules/admin-ui/src/main/java/org/opencastproject/adminui/endpoint/AbstractEventEndpoint.java
Show resolved
Hide resolved
"title" refers to the page title, not the event title. Thus, the returned value is technically correct, if not very useful.
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.
After receiving instructions on how to properly test this with Tobira, I can confirm that the endpoints added by this PR do what they are supposed to do.
Code looks reasonable too, from what I understand of it.
Well, in that case... 🪄 |
This adds
This shouldn't break any existing behaviour.
These are needed for additional requirements of opencast/opencast-admin-interface#311.
Corresponding Tobira and admin-UI PRs: elan-ev/tobira#1225, opencast/opencast-admin-interface#878.
Your pull request should…