mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[AAE-15252] Update ADF interfaces to reflect update from BE (#8672)
* [AAE-15252] Update ADF ApplicationInstanceModel and Descriptor interfaces and AppsProcessCloudService service * [AAE-15252] Update app.config.json file
This commit is contained in:
@@ -63,9 +63,9 @@ export class AppsProcessCloudService {
|
||||
const envName = environmentList?.find((env: Environment) => env.id === application.environmentId)?.name;
|
||||
|
||||
if (application.environmentId && environmentList && envName) {
|
||||
return `${application.name} (${envName})`;
|
||||
return `${application.displayName} (${envName})`;
|
||||
} else {
|
||||
return application.name;
|
||||
return application.displayName;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user