Discussion:
[Erp5-dev] Listbox fixes
Jean-Paul Smets
2007-01-13 10:42:23 UTC
Permalink
I have fixed a bug in listbox related to editable fields and changed a bit
the rendering code of editable fields in HTML. All UI functional tests
related to that part are passing. However, this may introduce new features
or bugs, or change the performance.

You can see the patch here:
http://svn.erp5.org/erp5/trunk/products/ERP5Form/ListBox.py?r1=12000&r2=12052

Please let me know.

JPS.
--
Jean-Paul Smets-Solanes, Nexedi CEO - Tel. +33(0)6 62 05 76 14
Nexedi: Consulting and Development of Libre / Open Source Software
http://www.nexedi.com
ERP5: Libre/ Open Source ERP Software for small and medium companies
http://www.erp5.org
Rentalinux: Desktop Linux Server
http://www.rentalinux.com
Pelletier Vincent
2007-01-15 09:40:58 UTC
Permalink
Post by Jean-Paul Smets
http://svn.erp5.org/erp5/trunk/products/ERP5Form/ListBox.py?r1=12000&r2=120
52
[...]
# many possibilities. Therefore, the trick is to wrap
# the REQUEST into the brain. In addition, the define a
[...]

I'm quite scared about the use of __of__ relative to the request, so I would
think the solution is to set the brain as a "request.other" value.
But that would make the access to the brain a bit harder - and most important
would break compatibility.
--
Vincent Pelletier
Loading...