[Erp5-dev] minor changes to make security and project work

Bartek Gorny bartek at redpoint.mn.pl
Mon Jul 24 19:45:28 CEST 2006


Hello

To make security system work, I made two changes:

(1) assign destination_project base category to category_type "assignment"

(2) Products.ERP5Type.ERP5Type.py, line 365
   - group_id = group_id_generator(**category_dict)
   + group_id = group_id_generator(self,**category_dict)

The latter was needed to make asSecurityGroupId run as external method.

Is it ok?

B.

-- 
"Software is largely a service industry operating under the persistent
but unfounded delusion that it is a manufacturing industry."
Eric S.Raymond, "The Magic Cauldron"



More information about the Erp5-dev mailing list