[Erp5-report] r20208 - /experimental/Experimental/patches/

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Mar 29 12:50:49 CET 2008


Author: bartek
Date: Sat Mar 29 12:50:49 2008
New Revision: 20208

URL: http://svn.erp5.org?rev=20208&view=rev
Log:
remove TODO since it is done

Modified:
    experimental/Experimental/patches/ERP5Form_ListBox_bells_and_whistles.py

Modified: experimental/Experimental/patches/ERP5Form_ListBox_bells_and_whistles.py
URL: http://svn.erp5.org/experimental/Experimental/patches/ERP5Form_ListBox_bells_and_whistles.py?rev=20208&r1=20207&r2=20208&view=diff
==============================================================================
--- experimental/Experimental/patches/ERP5Form_ListBox_bells_and_whistles.py (original)
+++ experimental/Experimental/patches/ERP5Form_ListBox_bells_and_whistles.py Sat Mar 29 12:50:49 2008
@@ -27,7 +27,7 @@
 ##############################################################################
 
 """
-   THIS CODE CONTAINS IN FACT TWO PATCHES
+   THIS CODE CONTAINS A NUMBER OF PATCHES
    (becaue it is rather difficult to apply two monkey patches to the same method...)
    =================================================================================
    1. ListBox line marking
@@ -58,8 +58,6 @@
    CONFIGURATION: in listbox definition, either define Boxover columns OR put a Boxover script
    which should return a dict with 'header', 'body' and optionally many other values (see
    boxover.swazz.org for more).
-
-   TODO: make it Ajax-based to make it lazy.
 """
      
 from Products.Formulator.DummyField import fields




More information about the Erp5-report mailing list