cubicweb #969167 can not override action in logform [resolved]
basetemplate.LogForm defines action as a @property, which makes it impossible to call vreg['forms'].select('logform', self._cw, action='myaction') since it raises an AttributeError. | |
priority | normal |
---|---|
type | bug |
done in | 3.8.3 |
load | 0.100 |
load left | 0.000 |
closed by | #377c9adfe81e [forms]?refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) |
Comments
-
2010/05/19 09:48, written by acampeas
add commentthere's a setter ppty in autoform.py that handles this
could this be moved up to the form base class ?