mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-12240: Form save button enable/disable management (#8502)
* AAE-12240: Form save button enable/disable management * AAE-12240: Code improvement
This commit is contained in:
@@ -169,6 +169,7 @@ export abstract class FormBaseComponent {
|
||||
|
||||
if (outcome.isSystem) {
|
||||
if (outcome.id === FormBaseComponent.SAVE_OUTCOME_ID) {
|
||||
this.disableSaveButton = true;
|
||||
this.saveTaskForm();
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user