diff --git a/browser/node.py b/browser/node.py index e1b9864..8a3387a 100755 --- a/browser/node.py +++ b/browser/node.py @@ -1103,7 +1103,9 @@ def setViewConfiguration(context, request): config = IViewConfiguratorSchema(context) skinName = config.skinName if not skinName: - skinName = context.getLoopsRoot().skinName + root = removeSecurityProxy(context.getLoopsRoot()) + skinName = root.skinName + #skinName = context.getLoopsRoot().skinName if skinName: viewAnnotations['skinName'] = skinName if config.options: