Skip to content

Commit

Permalink
Merge branch 'tmueller-release_9-patch-64a3' into 'release_9'
Browse files Browse the repository at this point in the history
Update file class.ilObjMediaObject.php

Closes ILIAS-eLearning#7

See merge request ilias-hosting/ilias!8
  • Loading branch information
mjansenDatabay committed Sep 26, 2024
2 parents cc2a0f9 + c9ec7c9 commit 054bfe8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Services/MediaObjects/classes/class.ilObjMediaObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,10 @@ public static function getParentObjectIdForUsage(

// Media Pool
case "mep":
// databay-patch: begin InteractiveVideo
case "xvid":
// databay-patch: end InteractiveVideo

$obj_id = $id;
break;

Expand Down
20 changes: 20 additions & 0 deletions docs/databay/patches/media_object_xvid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Media Objects: `xvid` Support for WebAccessChecker

Dieser Patch ergänzt die Unterstützung von Medienobjekten für das `xvid`-Plugin im Kontext des "WebAccessCheckers".

## Patch-Markierungen

Patches wurden mit `databay-patch: begin InteractiveVideo` und `databay-patch: end InteractiveVideo` markiert.

## Änderungen

Angepasst wurden im Rahmen der Funktionalität folgende Dateien:

* Services/MediaObjects/classes/class.ilObjMediaObject.php

## Spezifikation

Siehe:

* https://github.com/DatabayAG/InteractiveVideo
* https://gitlab.databay.de/ilias-hosting/ilias/-/issues/7

0 comments on commit 054bfe8

Please sign in to comment.