author | sylvain.thenault@logilab.fr |
Wed, 04 Mar 2009 19:04:19 +0100 | |
branch | tls-sprint |
changeset 1012 | 0de202b907d6 |
parent 1011 | 22812cfe36b4 |
child 1013 | 948a3882c94a |
--- a/web/views/schemaentities.py Wed Mar 04 18:50:13 2009 +0100 +++ b/web/views/schemaentities.py Wed Mar 04 19:04:19 2009 +0100 @@ -45,7 +45,7 @@ 'symetric', 'inlined') class ErdefPrimaryView(_SchemaEntityPrimaryView): - __select__ = implements('EEType', 'ENFRDef') + __select__ = implements('EFRDef', 'ENFRDef') show_attr_label = True class EETypeSchemaView(EETypePrimaryView):