# HG changeset patch # User Sylvain Thénault # Date 1254919035 -7200 # Node ID b61f1c5e6c55b291b52618738ba21a0215cac883 # Parent c5b40ab4ea43d3374b16c0127f5b2899653f06fa at this point we know this is true diff -r c5b40ab4ea43 -r b61f1c5e6c55 web/views/autoform.py --- 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