mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Reset hidden fields on confirm
On confirm hidden fields are cleared, so that no "confirmed" information is attached that the user has never seen.
This commit is contained in:
@ -192,7 +192,13 @@ updateItemDetail lmsg model =
|
||||
Page.Home.Data.itemNav model.itemDetailModel.detail.item.id model.homeModel
|
||||
|
||||
( lm, lc, ls ) =
|
||||
Page.ItemDetail.Update.update model.key model.flags inav.next lmsg model.itemDetailModel
|
||||
Page.ItemDetail.Update.update
|
||||
model.key
|
||||
model.flags
|
||||
inav.next
|
||||
model.uiSettings
|
||||
lmsg
|
||||
model.itemDetailModel
|
||||
in
|
||||
( { model
|
||||
| itemDetailModel = lm
|
||||
|
Reference in New Issue
Block a user