author | Adrien Di Mascio <Adrien.DiMascio@logilab.fr> |
Thu, 25 Feb 2010 11:40:47 +0100 | |
branch | stable |
changeset 4698 | 9bd98fc7ef3d |
parent 4697 | b8263d717e74 |
child 4699 | 8757fca2c308 |
web/uicfg.py | file | annotate | diff | comparison | revisions |
--- a/web/uicfg.py Thu Feb 25 11:39:49 2010 +0100 +++ b/web/uicfg.py Thu Feb 25 11:40:47 2010 +0100 @@ -251,7 +251,7 @@ _allowed_form_types = ('main', 'inlined', 'muledit') _allowed_values = {'main': ('attributes', 'inlined', 'relations', 'metadata', 'hidden'), - 'inlined': ('attributes', 'hidden'), + 'inlined': ('attributes', 'inlined', 'hidden'), 'muledit': ('attributes', 'hidden'), }