[Erp5-report] r43250 nicolas.dumazet - /erp5/trunk/products/ERP5Type/dynamic/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 10 06:01:17 CET 2011
Author: nicolas.dumazet
Date: Thu Feb 10 06:01:17 2011
New Revision: 43250
URL: http://svn.erp5.org?rev=43250&view=rev
Log:
rename temporarily function to avoid clash with older API.
(we're trying to version our progress without breaking current code,
we'll drop the older code and rename things after)
Modified:
erp5/trunk/products/ERP5Type/dynamic/accessor_holder.py
Modified: erp5/trunk/products/ERP5Type/dynamic/accessor_holder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dynamic/accessor_holder.py?rev=43250&r1=43249&r2=43250&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dynamic/accessor_holder.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dynamic/accessor_holder.py [utf8] Thu Feb 10 06:01:17 2011
@@ -46,7 +46,7 @@ from zLOG import LOG, ERROR, INFO
class AccessorHolderType(type):
_skip_permission_tuple = (Permissions.AccessContentsInformation,
Permissions.ModifyPortalContent)
- def registerAccessor(cls,
+ def _next_registerAccessor(cls,
accessor,
permission):
accessor_name = accessor.__name__
More information about the Erp5-report
mailing list