mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-07-04 16:48:26 +00:00
Indicate saving custom field values
This commit is contained in:
@ -178,7 +178,16 @@ viewLeftMenu flags settings model =
|
||||
Comp.ItemDetail.EditMenu.defaultViewConfig
|
||||
|
||||
cfg =
|
||||
{ cfg_ | nameState = svm.saveNameState }
|
||||
{ cfg_
|
||||
| nameState = svm.saveNameState
|
||||
, customFieldState =
|
||||
\fId ->
|
||||
if Set.member fId svm.saveCustomFieldState then
|
||||
Comp.ItemDetail.EditMenu.Saving
|
||||
|
||||
else
|
||||
Comp.ItemDetail.EditMenu.SaveSuccess
|
||||
}
|
||||
in
|
||||
[ div [ class "ui dividing header" ]
|
||||
[ text "Multi-Edit"
|
||||
|
Reference in New Issue
Block a user