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

Release_8: Upload leads to error when clicking on "Upload Event" in tab "Content" #282

Closed dagraf closed 1 month ago

dagraf commented 2 months ago

Describe the bug When I am in the tab "Content" and click on the button "Upload event" the following error appears (see also screenshot).

Access level to ILIAS\UI\Implementation\Component\Input\Field\ChunkedFile::isClientSideValueOk() must be public (as in class ILIAS\UI\Implementation\Component\Input\Field\File)

To Reproduce Steps to reproduce the behavior:

  1. Go to tab 'Content'
  2. Click on 'Upload Event'
  3. See error

Expected behavior The upload form should be offered.

Screenshots

Bildschirmfoto 2024-05-07 um 10 42 24

Environment (please complete the following information):

chfsx commented 2 months ago

the problem is new because a method has changed in the ILIAS core within a major release. for us, this means that we cannot fix this per se. because if we adjust the method in the plugin now, the plugin will only work with ILIAS 8.11, but not with 8.10 (more precisely, there is exactly one version in between where the method changes).

I will provide more detailed information in today's meeting

dagraf commented 2 months ago

Release of 8.11 in week of 13.5.2024

dagraf commented 1 month ago

Fixed for ILIAS 8.12 and higher with new version of the plugin (v8.0.4). More information: https://groups.google.com/a/opencast.org/g/lms/c/xj31oGwvqnQ/m/Guj9FenaAQAJ