mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
add missing app instance types (#6513)
This commit is contained in:
@@ -71,9 +71,7 @@ export class AppsProcessCloudService {
|
||||
contentTypes, accepts))
|
||||
.pipe(
|
||||
map((applications: any) => {
|
||||
return applications.list.entries.map((application) => {
|
||||
return new ApplicationInstanceModel(application.entry);
|
||||
});
|
||||
return applications.list.entries.map((application) => application.entry);
|
||||
}),
|
||||
catchError((err) => this.handleError(err))
|
||||
);
|
||||
|
Reference in New Issue
Block a user