author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 07 Oct 2009 14:37:15 +0200 | |
branch | stable |
changeset 3595 | b61f1c5e6c55 |
parent 3594 | c5b40ab4ea43 |
child 3596 | 8719de6d7155 |
child 3597 | de066e1b4c36 |
--- a/web/views/autoform.py Wed Oct 07 14:36:55 2009 +0200 +++ b/web/views/autoform.py Wed Oct 07 14:37:15 2009 +0200 @@ -378,8 +378,7 @@ """return true if the given relation with entity has role and a targettype target should be inlined """ - return self.rinlined.etype_get(self.edited_entity.id, rschema, role, - targettype) + return True def should_display_inline_creation_form(self, rschema, existant, card): """return true if a creation form should be inlined