[Erp5-report] r24034 - /erp5/trunk/products/ERP5/Interaction.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 6 17:32:32 CEST 2008


Author: jerome
Date: Mon Oct  6 17:32:26 2008
New Revision: 24034

URL: http://svn.erp5.org?rev=24034&view=rev
Log:
define permission, to be able to rename an interactoin

Modified:
    erp5/trunk/products/ERP5/Interaction.py

Modified: erp5/trunk/products/ERP5/Interaction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Interaction.py?rev=24034&r1=24033&r2=24034&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Interaction.py (original)
+++ erp5/trunk/products/ERP5/Interaction.py Mon Oct  6 17:32:26 2008
@@ -256,6 +256,7 @@
 
     all_meta_types = ({'name':InteractionDefinition.meta_type,
                        'action':'addInteraction',
+                       'permission': 'Manage portal',
                        },)
 
     _manage_interaction = DTMLFile('interactions', _dtmldir)




More information about the Erp5-report mailing list