mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-38456 Reloading start process form (#11226)
* AAE-38456 Reloading start process form * update
This commit is contained in:
+1
-1
@@ -394,7 +394,7 @@ export class StartProcessCloudComponent implements OnChanges, OnInit {
|
|||||||
if (processDefinitionRepresentations.length === 1) {
|
if (processDefinitionRepresentations.length === 1) {
|
||||||
this.selectDefaultProcessDefinition();
|
this.selectDefaultProcessDefinition();
|
||||||
} else if (this.processDefinitionName) {
|
} else if (this.processDefinitionName) {
|
||||||
this.processDefinition.setValue(this.processDefinitionName);
|
this.processDefinition.setValue(this.processDefinitionName, { emitEvent: false });
|
||||||
|
|
||||||
const processDefinition = this.processDefinitionList.find((process) => process.name === this.processDefinitionName);
|
const processDefinition = this.processDefinitionList.find((process) => process.name === this.processDefinitionName);
|
||||||
if (processDefinition) {
|
if (processDefinition) {
|
||||||
|
|||||||
Reference in New Issue
Block a user