mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[AAE-3200] Attach button of content node selector becomes enabled when selecting a folder (#5946)
* [AAE-3200] Attach button of content node selector becomes enabled when selecting a folder * * Removed excluded test from the protractor.exludes.json file
This commit is contained in:
@@ -82,4 +82,8 @@ export class ContentNodeSelectorComponent {
|
||||
onError(error) {
|
||||
this.notificationService.showError(error);
|
||||
}
|
||||
|
||||
hasNodeSelected(): boolean {
|
||||
return this.chosenNode?.length > 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user