@alfresco/adf-process-services 9.1.0-16490451848 → 9.1.0-16490774779

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2820,7 +2820,7 @@ class FormComponent extends FormBaseComponent {
2820
2820
  * @returns list of form outcomes
2821
2821
  */
2822
2822
  getFormDefinitionOutcomes(form) {
2823
- return [new FormOutcomeModel(form, { id: '$save', name: FormOutcomeModel.SAVE_ACTION, isSystem: true })];
2823
+ return [new FormOutcomeModel(form, { id: FormModel.SAVE_OUTCOME, name: FormOutcomeModel.SAVE_ACTION, isSystem: true })];
2824
2824
  }
2825
2825
  checkVisibility(field) {
2826
2826
  if (field?.form) {