Author: jmorliaguet
Date: Sun Oct  9 22:38:22 2005
New Revision: 28095

Modified:
   z3lab/cpsskins/branches/jmo-perspectives/browser/elements/slot.py
Log:

- the portlet must be appended to the effective display.



Modified: z3lab/cpsskins/branches/jmo-perspectives/browser/elements/slot.py
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/browser/elements/slot.py   
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/browser/elements/slot.py   Sun Oct 
 9 22:38:22 2005
@@ -78,8 +78,7 @@
         content.__parent__ = container
 
         # store the portlet's order in the slot's "BoxGroup" display
-        # XXX to refactor
-        display = IDisplayable(container).getDisplay(perspective)
+        display = IDisplayable(container).getEffectiveDisplay(perspective)
         display.append(content)
 
         return content
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to