mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2310] Error is thrown if isSelectionValid optional property is not defined (#2957)
* [ADF-2310] Error is thrown if isSelectionValid optional property is not defined * [ADF-2310] added unit tests for the change and removed unneeded import * fix tests * [ADF-2310] add missing async * [ADF-2310] add more async function to unit tests
This commit is contained in:
committed by
Eugenio Romano
parent
4513cb0e09
commit
ed9289d6df
@@ -128,6 +128,7 @@ export class ContentNodeSelectorPanelComponent implements OnInit {
|
||||
this.paginationStrategy = PaginationStrategy.Infinite;
|
||||
|
||||
this.breadcrumbTransform = this.breadcrumbTransform ? this.breadcrumbTransform : null ;
|
||||
this.isSelectionValid = this.isSelectionValid ? this.isSelectionValid : defaultValidation;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user