Discussion:
[Erp5-dev] Modified ERP5Security Group Manager "customization script"
Alexandre Boeglin
2006-02-02 11:48:05 UTC
Permalink
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

Loading...