fix: added uw-enter-as-tab to CCommR subject field

This commit is contained in:
Gregor Kleen 2021-06-07 15:13:04 +02:00
parent fd7843e342
commit 93a829b81b

View File

@ -209,7 +209,7 @@ commR CommunicationRoute{..} = do
((commRes,commWdgt),commEncoding) <- runFormPost . identifyForm FIDCommunication . withButtonForm' universeF . renderAForm FormStandard $ Communication
<$> recipientAForm
<* aformMessage recipientsListMsg
<*> aopt textField (fslI MsgCommSubject) Nothing
<*> aopt textField (fslI MsgCommSubject & addAttr "uw-enter-as-tab" "") Nothing
<*> (markupOutput <$> areq htmlField (fslI MsgCommBody) Nothing)
formResult commRes $ \case
(comm, BtnCommunicationSend) -> do