opencast-ilias / OpencastPageComponent

Opencast plugin for ILIAS LMS page editor (dependent on https://github.com/opencast-ilias/OpenCast). This version of the ILIAS plugin for Opencast is operated and developed collaboratively by a community. The University of Bern acts as coordinative maintainer.
GNU General Public License v3.0
4 stars 6 forks source link

Display Series title & id #19

Closed ferishili closed 11 months ago

ferishili commented 11 months ago

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 via series_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)!

dagraf commented 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!

chfsx commented 11 months ago

Merged using PR #22