Skip to content

Commit

Permalink
Merge pull request #498 from AudiovisualMetadataPlatform/AMP-2826_search
Browse files Browse the repository at this point in the history
AMP-3062: allow mediaInfo view same permission as PFile read
  • Loading branch information
yingfeng-iu authored Nov 8, 2023
2 parents 2fde84a + ee229d1 commit 2b900a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/entity/EntityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div
class="media-player"
v-if="
baseUrl === 'file' && accessControl._primaryfile_media._read
baseUrl === 'file'
"
>
<div v-if="entity.mediaSource">
Expand Down

0 comments on commit 2b900a9

Please sign in to comment.