[Erp5-dev] Modified ERP5Security Group Manager "customization script"

Alexandre Boeglin alex at nexedi.com
Thu Feb 2 12:48:05 CET 2006


Hi,

before updating to version 1.7 os ERPGroupManager, please make sure to 
modify your ERP5Type_getSecurityCategoryMapping script if you use one.

It should no longer use a dict, but a list of list of two elements, as 
described in the code's comment :

http://cvs.erp5.org/ERP5Security/ERP5GroupManager.py?r1=1.6&r2=1.7

This allows more flexibility : you can now use for example 
ERP5Type_getSecurityCategoryFromAssignment to generate groups from both 
['function'] and ['function', 'group'].


Regards,
Alex



More information about the Erp5-dev mailing list