Skip to content

Commit

Permalink
Merge pull request #1237 from NicoPennec/fix/playlist
Browse files Browse the repository at this point in the history
[playlists] allow supervisor to save playlists
  • Loading branch information
frankrousseau authored Nov 3, 2023
2 parents 694e514 + cd6fcc7 commit 982968e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pages/playlists/PlaylistPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
class="playlist-button flexrow-item"
:title="$t('playlists.actions.save_playlist')"
icon="save"
v-if="isCurrentUserManager && tempMode"
v-if="(isCurrentUserManager || isCurrentUserSupervisor) && tempMode"
/>
<div
class="flexrow"
Expand Down Expand Up @@ -984,6 +984,7 @@ export default {
'isCurrentUserArtist',
'isCurrentUserClient',
'isCurrentUserManager',
'isCurrentUserSupervisor',
'isTVShow',
'organisation',
'previewFileMap',
Expand Down

0 comments on commit 982968e

Please sign in to comment.