mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-5343] add update person api (#7426)
* add update person api * fix e2e tests
This commit is contained in:
@@ -132,7 +132,9 @@ describe('Modify applications', () => {
|
||||
'models': [firstApp.definition.models[0]], 'theme': 'theme-4',
|
||||
'icon': 'glyphicon-user'
|
||||
}
|
||||
}, 'publish': true
|
||||
},
|
||||
'publish': true,
|
||||
'force': true
|
||||
};
|
||||
|
||||
await appsApi.updateAppDefinition(appVersionToBeDeleted.id, appDefinition);
|
||||
|
Reference in New Issue
Block a user