Commit a362d536 authored by Stefan H. Holek's avatar Stefan H. Holek

Provided missing security declarations.

parent d7da1d7d
...@@ -35,6 +35,8 @@ Zope Changes ...@@ -35,6 +35,8 @@ Zope Changes
- Updated Five to bugfix release 1.3.5. - Updated Five to bugfix release 1.3.5.
- OFS.PropertyManager: Provided missing security declarations.
Zope 2.9.2 (2006/03/27) Zope 2.9.2 (2006/03/27)
Bugs fixed Bugs fixed
......
...@@ -121,7 +121,8 @@ class PropertyManager(ExtensionClass.Base, ZDOM.ElementWithAttributes): ...@@ -121,7 +121,8 @@ class PropertyManager(ExtensionClass.Base, ZDOM.ElementWithAttributes):
)), )),
('Access contents information', ('Access contents information',
('hasProperty', 'propertyIds', 'propertyValues','propertyItems', ('hasProperty', 'propertyIds', 'propertyValues','propertyItems',
'getProperty', 'getPropertyType', 'propertyMap', ''), 'getProperty', 'getPropertyType', 'propertyMap', 'propertyLabel',
'propdict', 'valid_property_id', ''),
('Anonymous', 'Manager'), ('Anonymous', 'Manager'),
), ),
) )
......
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