mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5134] REGRESSION - Fix People and Group Components firing twice (#5666)
This commit is contained in:
@@ -157,7 +157,6 @@ export class GroupCloudComponent implements OnInit, OnChanges, OnDestroy {
|
|||||||
|
|
||||||
if (changes.appName && this.isAppNameChanged(changes.appName)) {
|
if (changes.appName && this.isAppNameChanged(changes.appName)) {
|
||||||
this.loadClientId();
|
this.loadClientId();
|
||||||
this.initSearch();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -170,7 +170,6 @@ export class PeopleCloudComponent implements OnInit, OnChanges, OnDestroy {
|
|||||||
|
|
||||||
if (changes.appName && this.isAppNameChanged(changes.appName)) {
|
if (changes.appName && this.isAppNameChanged(changes.appName)) {
|
||||||
this.loadClientId();
|
this.loadClientId();
|
||||||
this.initSearch();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user