Commit c5719aca authored by Amos Latteier's avatar Amos Latteier

Added property changing Form to 'Manage properties' permission.

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