Commit c5719aca authored by Amos Latteier's avatar Amos Latteier

Added property changing Form to 'Manage properties' permission.

parent 716ce22a
......@@ -84,7 +84,7 @@
##############################################################################
"""Property management"""
__version__='$Revision: 1.16 $'[11:-2]
__version__='$Revision: 1.17 $'[11:-2]
import ExtensionClass, Globals
import ZDOM
......@@ -167,6 +167,7 @@ class PropertyManager(ExtensionClass.Base, ZDOM.ElementWithAttributes):
'manage_editProperties',
'manage_delProperties',
'manage_changeProperties',
'manage_propertiesForm',
)),
('Access contents information',
('hasProperty', 'propertyIds', 'propertyValues','propertyItems',''),
......
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