limitations au ROLE_ENFANT sur page account/ modifier, supprimer et ajouter membre ok
This commit is contained in:
parent
2dd153198e
commit
95d9ab28f0
10 changed files with 56 additions and 15 deletions
|
|
@ -14,6 +14,7 @@
|
|||
class="btn btn-primary btn-lg bouton-non"
|
||||
routerLink="/compte"
|
||||
routerLinkActive="active-custom"
|
||||
[hidden]="parent == false"
|
||||
>Non, je ne souhaite pas supprimer ce compte
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
type="button"
|
||||
class="btn btn-primary btn-lg bouton-oui"
|
||||
(clickDelete)="onClickDelete()"
|
||||
[hidden]="parent == false"
|
||||
>Oui, je souhaite supprimer ce compte
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue