fix: only show edit button to system manager
(cherry picked from commit 713571469b81b773413e4f2287f25bde372cc044)
This commit is contained in:
parent
98c830f3ae
commit
6d164cdac4
@ -15,7 +15,7 @@
|
||||
</template>
|
||||
</Button>
|
||||
<Button
|
||||
v-if="!editing && (isManager() || isAdmin())"
|
||||
v-if="!editing && isAdmin()"
|
||||
:label="__('Edit')"
|
||||
@click="enableEditing"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user