mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Test cases for Edit Folder Directive (#4910)
* added tests for Edit Folder Directive * added tests for Copy and Move actions on no permission folder. * moved the checkDisabled function to BrowserActions to make it reusable. * updated method name
This commit is contained in:
committed by
Eugenio Romano
parent
c151d4535c
commit
65dc1a5c31
@@ -94,7 +94,9 @@
|
||||
(click)="createLibrary()">
|
||||
<mat-icon>library_add</mat-icon>
|
||||
</button>
|
||||
<button mat-icon-button
|
||||
<button
|
||||
data-automation-id="edit-folder"
|
||||
mat-icon-button
|
||||
[disabled]="!canEditFolder(documentList.selection)"
|
||||
title="{{ 'DOCUMENT_LIST.TOOLBAR.EDIT_FOLDER' | translate }}"
|
||||
(error)="openSnackMessage($event)"
|
||||
|
Reference in New Issue
Block a user