mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Basic search view for shares
This commit is contained in:
@ -324,7 +324,7 @@ updateShare lmsg model =
|
||||
Just id ->
|
||||
let
|
||||
result =
|
||||
Page.Share.Update.update model.flags id lmsg model.shareModel
|
||||
Page.Share.Update.update model.flags model.uiSettings id lmsg model.shareModel
|
||||
in
|
||||
( { model | shareModel = result.model }
|
||||
, Cmd.map ShareMsg result.cmd
|
||||
|
@ -432,6 +432,7 @@ viewShare texts shareId model =
|
||||
, Html.map ShareMsg
|
||||
(Share.viewContent texts.share
|
||||
model.flags
|
||||
model.version
|
||||
model.uiSettings
|
||||
model.shareModel
|
||||
)
|
||||
|
Reference in New Issue
Block a user