fix(build)
This commit is contained in:
parent
63e6d94df2
commit
674f6fd81f
@ -249,7 +249,7 @@ commR CommunicationRoute{..} = do
|
||||
, fieldMaxFileSize = Nothing, fieldMaxCumulativeSize = attachmentsMaxSize
|
||||
, fieldAllEmptyOk = True
|
||||
}
|
||||
$logWarnS "COMM" "Communication handler some parameters done" -SEEN
|
||||
$logWarnS "COMM" "Communication handler some parameters done" -- SEEN
|
||||
((commRes,commWdgt),commEncoding) <- runFormPost . identifyForm FIDCommunication . withButtonForm' universeF . renderAForm FormStandard $ Communication
|
||||
<$> recipientAForm
|
||||
<* aformMessage recipientsListMsg
|
||||
@ -258,7 +258,7 @@ commR CommunicationRoute{..} = do
|
||||
<*> (markupOutput <$> areq htmlField (fslI MsgCommBody) Nothing)
|
||||
<*> fmap fold (aopt (convertFieldM (runConduit . (.| C.foldMap Set.singleton)) yieldMany attachmentField) (fslI MsgCommAttachments & setTooltip MsgCommAttachmentsTip) Nothing)
|
||||
)
|
||||
$logWarnS "COMM" "Communication handler run form post done" -- NOT SEEN
|
||||
$logWarnS "COMM" "Communication handler run form post done" -- NOT SEEN ANYMORE
|
||||
formResult commRes $ \case
|
||||
(comm, BtnCommunicationSend) -> do
|
||||
runDBJobs . runConduit $ transPipe (mapReaderT lift) (crJobs comm) .| sinkDBJobs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user