[AAE-3410] Restrict breadcrumb if upload widget type set to Alfresco Content (#6220)

* [AAE-3410] Restricted Breadcrumb navigation when upload widget type set to only ACS

* * Added/Modified unit tests to the recent changes

* Fixed failing UT

* * Updated contentNodeSelectorPanel doc

* * After rebase
This commit is contained in:
siva kumar
2020-10-12 16:58:29 +05:30
committed by GitHub
parent 2b23edd0bd
commit 40b5822e62
5 changed files with 72 additions and 13 deletions

View File

@@ -212,7 +212,7 @@ export class ContentNodeSelectorPanelComponent implements OnInit, OnDestroy {
@Output()
siteChange: EventEmitter<string> = new EventEmitter<string>();
/** Emitted on search input. */
/** Emitted when search is running. */
@Output()
showingSearch: EventEmitter<boolean> = new EventEmitter<boolean>();