virtUOS / courseware

Interaktive multimediale Lernmodule erstellen und bereitstellen
GNU General Public License v2.0
6 stars 5 forks source link

CW 5 Migration VideoBlock #269

Closed Superjamp closed 1 year ago

Superjamp commented 2 years ago

Es gibt bei uns alte VideoBlock's ohne source in json_data, bei diesen wird der Block nicht migiert.

Idee:

if ($webvideo->source === 'url' || $webvideo->source === NULL) {

Problemstelle: https://github.com/virtUOS/courseware/blob/5ec32abb9334dc24984474cbbfb6fc7f64435317/command/MigrateCoursewareCommand.php#L692-L715

rlucke commented 1 year ago

Ist in 5.0.9 behoben.