# HG changeset patch # User Sylvain Thénault # Date 1253958170 -7200 # Node ID 1acc89d4a5124b35bd9be363b02d36ee97de8286 # Parent e867ae952fc0bb244f73de934d7cb6fa1bc26fae missing section diff -r e867ae952fc0 -r 1acc89d4a512 web/uicfg.py --- a/web/uicfg.py Fri Sep 25 11:57:35 2009 +0200 +++ b/web/uicfg.py Sat Sep 26 11:42:50 2009 +0200 @@ -77,6 +77,8 @@ * 'relations', display in the relations section, using the generic relation selector combobox (available in main form only, and not for attribute relation) + * 'inlined', display target entity of the relation in an inlined form + (available in main form only, and not for attribute relation) * 'metadata', display in a special metadata form (NOT YET IMPLEMENTED, subject to changes) @@ -84,7 +86,6 @@ specify a custom field instance to use for a relation :autoform_field_kwargs: - specify a dictionnary of arguments to give to the field constructor for a relation. You usually want to use either `autoform_field` or `autoform_field_kwargs`, not both. The later won't have any effect if the @@ -390,7 +391,6 @@ yield (rschema, targetschemas, role) - autoform_section = AutoformSectionRelationTags('autoform_section') # relations'field class