[Erp5-report] r29030 - /erp5/trunk/products/ERP5Type/Utils.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 14 16:16:40 CEST 2009


Author: jerome
Date: Mon Sep 14 16:16:37 2009
New Revision: 29030

URL: http://svn.erp5.org?rev=29030&view=rev
Log:
this TODO no longer applies, security declaration of accessors has been checked

Modified:
    erp5/trunk/products/ERP5Type/Utils.py

Modified: erp5/trunk/products/ERP5Type/Utils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Utils.py?rev=29030&r1=29029&r2=29030&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Utils.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Utils.py [utf8] Mon Sep 14 16:16:37 2009
@@ -2057,8 +2057,6 @@
   """
     Creates relation accessors for category id
 
-     TODO: Security declarations must be checked
-
   """
   accessor_name = 'get' + UpperCase(id) + 'ValueList'
   if not hasattr(property_holder, accessor_name):




More information about the Erp5-report mailing list