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

MCW 3.3.16 doesnt work with MM to use TinyMCE #251

Closed
zonky2 opened this issue Mar 23, 2018 · 1 comment
Closed

MCW 3.3.16 doesnt work with MM to use TinyMCE #251

zonky2 opened this issue Mar 23, 2018 · 1 comment
Labels
Milestone

Comments

@zonky2
Copy link
Collaborator

zonky2 commented Mar 23, 2018

MCW 3.3.16 doesnt work with MM to use TinyMCE

small workaround at MultiColumnWizard.php

$tinyMce = $this->getMcWTinyMCEString($objWidget->id, $arrField);

-                        $tinyMce = $this->getMcWTinyMCEString($objWidget->id, $arrField);
+                        $valTinyId                    = $this->strField . '_row' . $this->activeRow . '_' . $strKey;
+                        $objWidget->id                = $valTinyId;
+                        $tinyMce                      = $this->getMcWTinyMCEString($valTinyId, $arrField);
                         $arrField['eval']['tl_class'] .= ' tinymce';
@zonky2 zonky2 added the Defect label Mar 23, 2018
@zonky2 zonky2 added this to the 3.3.17 milestone Mar 23, 2018
@zonky2
Copy link
Collaborator Author

zonky2 commented Jan 28, 2019

fixed in MCW-bundle menatwork/contao-multicolumnwizard-bundle#25

@zonky2 zonky2 closed this as completed Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant