Changeset 53367

Show
Ignore:
Timestamp:
01/23/09 11:25:26 (1 year ago)
Author:
madarche
Message:

svn merge -c 53365 https://svn.nuxeo.org/pub/CPS3/products/CPSPortlets/trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/products/CPSPortlets/branches/CPS-3.4/PortletsContainer.py

    r52972 r53367  
    154154        self.invokeFactory(ptype_id, portlet_id) 
    155155        new_portlet = getattr(self, portlet_id) 
     156        # set the portlet's internal identifier 
     157        kw['identifier'] = portlet_id 
    156158        # Setting the portlet's guard 
    157159        if kw.has_key('guard'):