From 02eae9c2507a29bfbb0117212830695e634649d4 Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Thu, 13 Feb 2025 14:26:40 +0100 Subject: [PATCH] Enable annotation session filter in video annotation tool --- resources/views/videos/show.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/videos/show.blade.php b/resources/views/videos/show.blade.php index fb362fcc1..30d3d5348 100644 --- a/resources/views/videos/show.blade.php +++ b/resources/views/videos/show.blade.php @@ -61,6 +61,7 @@ class="sidebar-container__content" biigle.$declare('videos.labelTrees', {!! $labelTrees !!}); @endcan biigle.$declare('annotations.shapes', {!! $shapes !!}); + biigle.$declare('annotations.sessions', {!!$annotationSessions!!}); biigle.$declare('videos.isEditor', @can('add-annotation', $video) true @else false @endcan); biigle.$declare('videos.videoIds', {!! $videos->keys() !!}); biigle.$declare('videos.videoFilenames', {!! $videos->values() !!});