REFA 09 Intercept and handle Plone paste action implement manage_objectPaste
Product | None |
Operating System | All |
Component | gvSIG-bpd |
Classification | Extension |
Impact | Major |
Scope | Main Service |
CRCode | None |
Component | None |
Operating System | None |
Product | None |
Category
Feature Requests
Login or
create an account to comment.
Comments
If none of the elements to be pasted are ModelDDvlPloneTool-aware (i.e., do not implement methods exportConfig and fArchetypeClassByName) then delegate on the default Zope OFS implementation in class CopyContainer ( a Zope supertype high in the hierarchy in zope lib python file OFS CopySupport.py). The refactoring use case ends when the zope behavior ends. If any of the elements to be pasted are ModelDDvlPloneTool-aware, then the behavior is delegated into the accesible instance of ModelDDvlPloneTool.
Supported by framework project ModelDDvlPlone feature UC 11 Paste an identical copy of an element as contents of other element