Skip to content
Snippets Groups Projects
Commit 7d2b6135 authored by Robert Kossessa's avatar Robert Kossessa :eye: Committed by Janis Streib
Browse files

UPD: Disable add-ou-manager-button if ou is not mgr-assignable

parent 3b4f700b
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
</template>
<template v-slot:head(actions)>
<b-button @click="create_mgr_assignment(ou.short_name)" block variant="outline-success"
:id="'button-assign-mgr-' + ou.short_name">
:id="'button-assign-mgr-' + ou.short_name" :disabled="!ou.is_mgr_assignable">
<netvs-icon icon="create"></netvs-icon>
</b-button>
<b-tooltip :target="'button-assign-mgr-' + ou.short_name" triggers="hover"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment