Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WysiwygFormContainer/-Field not submitted in dialog #3073

Closed
mutec opened this issue Sep 17, 2019 · 0 comments
Closed

WysiwygFormContainer/-Field not submitted in dialog #3073

mutec opened this issue Sep 17, 2019 · 0 comments

Comments

@mutec
Copy link
Contributor

mutec commented Sep 17, 2019

$messageContainer = WysiwygFormContainer::create('text');
$messageContainer->messageObjectType('foo');
$messageContainer->maximumLength(20000);
$messageContainer->supportMentions();
$messageContainer->supportQuotes();
$messageContainer->supportSmilies();
if (MODULE_ATTACHMENT) $messageContainer->attachmentData('foo', $this->parameters['parentObjectID']);

in the dialog form there's a wysiwyg editor supporting similies and attachments, but when I hit the submit button it's values aren't sent:

parameters[parentObjectID]: 85
parameters[data][title]: zterer
(empty) // tags-field which was empty for that request
parameters[data][labelIDs6]: 0
parameters[formId]: threadAdd

Did I miss something or is this buggy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants