[835] Auto-save in new Item Submission form breaks the form

Improved form touched state in ngrx store.
This commit is contained in:
Alessandro Martelli
2020-12-15 11:38:46 +01:00
parent e8255927c5
commit 042d2e71f0
9 changed files with 75 additions and 89 deletions

View File

@@ -384,10 +384,8 @@ describe('SubmissionObjectEffects test suite', () => {
},
forms: {
'2_traditionalpageone': {
additional: {
touched: {
'dc.title': true
}
touched: {
'dc.title': true
}
}
}