debian/cubicweb-twisted.install.in
author |
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> |
|
Thu, 25 Feb 2010 11:39:49 +0100 |
branch | stable |
changeset 4697 |
b8263d717e74 |
parent 858 |
e6ae125d5903
|
child 9208 |
7ae95f48e2f0 |
permissions |
-rw-r--r-- |
[web] fix muledit rendering bug
form.cw_col might be None and explicitly passing None to the selector
chain may crash. Most __call__ methods of selectors are defined as in :
def __call__(self, cls, req, rset, row=None, col=0, **kwargs)
and then manipulate col as if it's an integer.
858
|
1 |
debian/tmp/usr/lib/PY_VERSION/site-packages/cubicweb/etwist/ usr/lib/PY_VERSION/site-packages/cubicweb/
|