Opencast-Moodle / moodle-mod_opencast

Opencast Activity that can display series and episodes from Opencast. The authentication is fully handled by Moodle.
Other
4 stars 7 forks source link

Backup/restore is incompatible with block_opencasts duplicate on import #34

Closed justusdieckmann closed 4 months ago

justusdieckmann commented 1 year ago

When using the duplicate strategy for importing in block_opencast, a new series is created in the course and the videos are duplicated.

The imported opencast activity are on the other hand still referring to the videos of the old series.

This creates big problems when wanting delete videos upon course deletion, since the activities in any new course will not work anymore when the original gets deleted

ferishili commented 6 months ago

Potential fix will be introduced soon in https://github.com/Opencast-Moodle/moodle-block_opencast/issues/193 Please follow this PR, which covert the this issue: https://github.com/Opencast-Moodle/moodle-block_opencast/pull/362