Skip to content

Commit

Permalink
Enable annotation session filter in video annotation tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Feb 13, 2025
1 parent 9716472 commit 02eae9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/videos/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() !!});
Expand Down

0 comments on commit 02eae9c

Please sign in to comment.