AAE-35981 Form button customization (#11042)

This commit is contained in:
Fabian Kindgen
2025-07-24 09:37:52 +02:00
committed by GitHub
parent 42cc3944d8
commit aed3c2c228
18 changed files with 516 additions and 56 deletions
@@ -324,7 +324,7 @@ export class FormComponent extends FormBaseComponent implements OnInit, OnChange
* @returns list of form outcomes
*/
getFormDefinitionOutcomes(form: FormModel): FormOutcomeModel[] {
return [new FormOutcomeModel(form, { id: '$save', name: FormOutcomeModel.SAVE_ACTION, isSystem: true })];
return [new FormOutcomeModel(form, { id: FormModel.SAVE_OUTCOME, name: FormOutcomeModel.SAVE_ACTION, isSystem: true })];
}
checkVisibility(field: FormFieldModel) {