Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
7ace902f
by Tony Chemit at 2022-06-12T12:55:48+02:00
1 changed file:
Changes:
| ... | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | |
| 23 | 23 | #states {
|
| 24 | 24 | valid:{getValidator().isValid() && getValidatorTable().isValid()};
|
| 25 | - modified:{tableModel.isModified() || getValidator().isChanged()};
|
|
| 25 | + modified:{states.isModified() || tableModel.isModified() || getValidator().isChanged()};
|
|
| 26 | 26 | canSaveRow:{getValidatorTable().isChanged() && getValidatorTable().isValid()};
|
| 27 | 27 | canResetRow:{tableModel.isCreate() || getValidatorTable().isChanged()};
|
| 28 | 28 | editable:true;
|