mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
fix tooltip
This commit is contained in:
parent
1ce890e178
commit
ba07880fbd
@ -24,7 +24,7 @@
|
||||
[disabled]="!permission.check(node, ['create'])"
|
||||
(error)="openSnackMessage($event)"
|
||||
[adf-create-folder]="node?.id"
|
||||
[title]="
|
||||
[attr.title]="
|
||||
( permission.check(node, ['create'])
|
||||
? 'APP.NEW_MENU.TOOLTIPS.CREATE_FOLDER'
|
||||
: 'APP.NEW_MENU.TOOLTIPS.CREATE_FOLDER_NOT_ALLOWED'
|
||||
|
Loading…
x
Reference in New Issue
Block a user