mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Revert "[ADF-5354] Content node selector is not working properly for read-only folders (#6777)" (#6801)
This reverts commit e21b777a3c
.
This commit is contained in:
@@ -109,7 +109,7 @@ export class ContentNodeSelectorComponent implements OnInit {
|
||||
}
|
||||
|
||||
isChooseButtonDisabled(): boolean {
|
||||
return this.uploadService.isUploading() || !this.hasNodeSelected() || this.hasNoPermissionToUpload();
|
||||
return this.uploadService.isUploading() || !this.hasNodeSelected();
|
||||
}
|
||||
|
||||
hasNodeSelected(): boolean {
|
||||
|
Reference in New Issue
Block a user