When I update the content (a custom content field) on my mini panels it isn't saved.

How I do:

Choose edit on mini-panel, go to content.
Choose edit on the custom content field
Update content and press finish.
The page says that there is updates that has not been saved but if I press edit on the field again the changes are gone, the same goes if I press save.

No updates available according to update.php

Comments

codewatson’s picture

Do you have the patch/module that allows the wysiwyg editor to load? If so this was broken with the 3.7 release of panels

fredrik.th’s picture

Actually I do. Tried it out without the WYSIWYG and it worked. Will there be a fix for this soon?

merlinofchaos’s picture

The latest -dev of Panels/CTools mostly works with wysiwyg.module and ckeditor, at least.

harry slaughter’s picture

same problem here. using wysiwyg with ckeditor, editing 'custom content' does not save unless i disable rich text editing. i tried disabling wysiwyg and installing the full ckeditor module instead. same issue.

merlinofchaos’s picture

Status: Active » Fixed

Yes, it's a problem in 3.7 that if you have the wysiwyg active, the detach behavior of the wysiwyg runs after the form submits, so it doesn't transfer its data into the fieldset that it's covering up. This is fixed in -dev.

codewatson’s picture

Out of curiosity, does that mean that the module/hack wont be needed anymore on the next version?

merlinofchaos’s picture

Maybe! I'm not sure. I only tested with wysiwyg.module + ckeditor. And there's still a bug but it's not critical.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.