Allow bookmarks in periodic query notification

This commit is contained in:
eikek
2022-01-10 14:25:20 +01:00
parent ccb4df5bd7
commit 699cf091e6
19 changed files with 497 additions and 82 deletions

View File

@ -834,7 +834,7 @@ viewIntern2 texts settings withButtons model =
]
, case model.form of
TM tm ->
Html.map TagMsg (Comp.TagForm.view2 texts.tagForm tm)
Html.map TagMsg (Comp.TagForm.view2 texts.tagForm settings tm)
PMR pm ->
Html.map PersonMsg (Comp.PersonForm.view2 texts.personForm True settings pm)