August
Aug 30, 2010
New ideas from RedTurtle....
RedTurtle Technology seeks to contribute to improving Notes
If IdeaJam asks the community new ideas for improving Lotus Notes, RedTurtle Technology answer!
Here is what was proposed by us recently.
Document Actions
Aug 13, 2010
Where is my manage portlets link?
Check that your content implements plone.portlets.interfaces.ILocalPortletAssignable
It is the second time in a couple of days that I am asked why in some pages there is no link to the @@manage-portlets view. In both cases the archetypes missing the link (and the view) where inheriting from a very basic object.
After a small research I found that this view is registered for the interface plone.portlets.interfaces.ILocalPortletAssignable.
Making the object interface inherit from this interface solved the problem.