Skip to content
Snippets Groups Projects
Commit 581b13db authored by Dennis Benz's avatar Dennis Benz
Browse files

Fetch acls of episode in check

parent bf0c8f1d
No related branches found
No related tags found
No related merge requests found
...@@ -889,7 +889,9 @@ class Videos extends UPMap ...@@ -889,7 +889,9 @@ class Videos extends UPMap
// Fetch episode if null // Fetch episode if null
if (empty($episode)) { if (empty($episode)) {
$api_client = ApiEventsClient::getInstance($video->config_id); $api_client = ApiEventsClient::getInstance($video->config_id);
$episode = $api_client->getEpisode($video->episode); $episode = $api_client->getEpisode($video->episode, [
'withacl' => 'true'
]);
} }
// Only allow updating of metadata if event has publications // Only allow updating of metadata if event has publications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment