root/resilient#1 Adicionada role de acesso ROLE_COORDINATOR à opção de
ficheiros
This commit is contained in:
parent
4ceb150ef9
commit
4890950952
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@
|
|||
<li
|
||||
ngbDropdown
|
||||
#myDocumentsDropdown="ngbDropdown"
|
||||
*ngIf="hasRole('ROLE_ADMIN') || hasRole('ROLE_MANAGER') || hasRole('ROLE_USER')"
|
||||
*ngIf="hasRole('ROLE_ADMIN') || hasRole('ROLE_MANAGER') || hasRole('ROLE_USER') || hasRole('ROLE_COORDINATOR')"
|
||||
class="nav-item dropdown pointer"
|
||||
display="dynamic"
|
||||
routerLinkActive="active"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue