plomino / plomino.tinymce

Plomino TinyMCE Integration is a plugin for Plomino which allows to manage easily Plomino objects (fields, actions and hidewhen) from the TinyMCE interface.
1 stars 2 forks source link

Traceback when attempting to add Action #5

Closed glimmung closed 12 years ago

glimmung commented 12 years ago

Hi,

I'm getting the following traceback when I create an action and use the "cog" on the TinyMC toolbar to add it to a form: -

Traceback (innermost last): Module ZPublisher.Publish, line 126, in publish Module ZPublisher.mapply, line 77, in mapply Module ZPublisher.Publish, line 46, in call_object Module Shared.DC.Scripts.Bindings, line 322, in call Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec Module Products.CMFCore.FSPageTemplate, line 240, in _exec Module Products.CMFCore.FSPageTemplate, line 180, in pt_render Module Products.PageTemplates.PageTemplate, line 79, in pt_render Module zope.pagetemplate.pagetemplate, line 113, in pt_render Module zope.tal.talinterpreter, line 271, in call Module zope.tal.talinterpreter, line 343, in interpret Module zope.tal.talinterpreter, line 583, in do_setLocal_tal Module zope.tales.tales, line 696, in evaluate

Having hit the issue in a Plone 4.1.3 site with version 0.6.8 of the plugin, I popped back to a 4.1.2 site with a 0.6.7 version, with the same result.

Can anyone spot a clue as to what I might be doing wrong? Seems unlikely to be a bug in the circs!

Cheers,

PhilK

ebrehault commented 12 years ago

Right, that is due to a change in PlominoForm, and plomino.tinymce hasn't been updated accordingly at the time. It is fixed now, and the fix is released in 0.6.9.

Thank you for reporting, this bug was totally under the radar.

glimmung commented 12 years ago

Hi Eric,

Thank your for fixing it in a matter of hours - and apologies for taking 28 days to thank you!

PhilK