Commit 5ddd6528 authored by 's avatar

Merged fix to bug that made propertyMap of FixedSchema inaccessible

parent db946a37
......@@ -84,7 +84,7 @@
##############################################################################
"""Property sheets"""
__version__='$Revision: 1.68 $'[11:-2]
__version__='$Revision: 1.69 $'[11:-2]
import time, string, App.Management, Globals
from webdav.WriteLockInterface import WriteLockInterface
......@@ -775,7 +775,8 @@ class FixedSchema(PropertySheet):
return tuple(r)
propertyMap = _propertyMap
def propertyMap(self):
return self._propertyMap()
def property_extensible_schema__(self):
return 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment