hooks/test/data/bootstrap_cubes
author |
Rémi Cardona <remi.cardona@logilab.fr> |
|
Tue, 10 Mar 2015 11:52:04 +0100 |
changeset 10223 |
fbb370195199 |
parent 3431 |
6944a92c16f2
|
permissions |
-rw-r--r-- |
[web/views] Honor 'action' attribute on AutomaticEntityForm, closes #4943392
On AutomaticEntityForms, get_action used to bypass the logic from
FieldsForm.form_action() which handles the 'action' attribute itself,
preventing callers from overriding it at selection time. This capability
is used by the inlinedit cube.
In a nutshell, we let the deprecated AutomaticEntityForm.get_action()
raise an AttributeError, which allows FieldsForm.form_action() to handle
it properly.