mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix change on nodeSelector interface
This commit is contained in:
@@ -44,7 +44,7 @@ export class UsersActions {
|
||||
|
||||
try {
|
||||
if (this.api.apiService.isEcmConfiguration() || (this.api.apiService.isEcmBpmConfiguration())) {
|
||||
Logger.log('Create user ECM');
|
||||
Logger.log(`Create user ECM ${user.email}`);
|
||||
await this.api.apiService.core.peopleApi.addPerson({
|
||||
id: user.email,
|
||||
email: user.email,
|
||||
|
Reference in New Issue
Block a user