Show custom field values in detail view

This commit is contained in:
Eike Kettner
2020-11-22 02:12:26 +01:00
parent 1aefff37aa
commit 76647d132f
3 changed files with 116 additions and 5 deletions

View File

@ -199,6 +199,14 @@ update key flags inav settings msg model =
)
res7.model
res9 =
update key
flags
inav
settings
(CustomFieldMsg (Comp.CustomFieldMultiInput.setValues item.customfields))
res8.model
proposalCmd =
if item.state == "created" then
Api.getItemProposals flags item.id GetProposalResp
@ -207,7 +215,7 @@ update key flags inav settings msg model =
Cmd.none
lastModel =
res8.model
res9.model
in
{ model =
{ lastModel