Closed ferishili closed 11 months ago
I tested this PR and can confirm that the series titles are displayed correctly. Thx, @ferishili!
@chfsx: Can you please review this PR and comment on it if needed or merge it if everything is fine? Thx!
Merged using PR #22
This PR fixes #9
Description
please refer to the related issue.
How it works
In Video Search Table (
VideoSearchTableGUI
), instead of showing only the series id, we now first get the series object based on the event series id, and then extract the series title viaseries_repository
.Important to know
To test this PR it is necessary to have PR #17 patched first (in case you are using Opencast Series Object Plugin v5.6.0)!