I noticed that Products.TinyMCE assumes that all objects it founds with folder listing has an UID() method (otherwise it raises exceptions, etc.). That's easy to satisfy with the AT-based content types (as those are Products.Archetypes.Referencable-s), but I have mxm DynamicPage-s and that type isn't AT-based (it just extends Products.CMFCore.PortalContent and DefaultDublinCoreImpl). After some fiddling they now seem to work on Plone 3.32, except this UID() thing... Is that really strictly needed, or it's just TinyMCE that assumes too much? What's the best (fastest...) way of adding UID support to mxm DynamicPages? -- View this message in context: http://n2.nabble.com/UID-should-all-content-objects-have-it-and-how-tp4179022p4179022.html Sent from the Product Developers mailing list archive at Nabble.com.
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
