fix tooltip

This commit is contained in:
Bogdan Cilibiu 2018-04-26 09:47:33 +03:00
parent 1ce890e178
commit ba07880fbd

View File

@ -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'