opencast-ilias / OpenCast

Opencast plugin for ILIAS LMS. The plugin shows a Opencast series as an ILIAS object. 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
12 stars 14 forks source link

String to int cast in PublicationUsage #319

Open Amstutz opened 6 days ago

Amstutz commented 6 days ago

Describe the bug getID in PublicationUsage Group needs casting to int in some cases

To Reproduce In my case this was an issue while exporting the settings in the administration, $this-id seemed to be string. probably related to active record pattern in the background.

Goto Plugin Administration Clicke on "Einstellungen exportieren "

Expected behavior Export should be created

Additional context See PR, maybe just cast to int does the trick