web/uicfg.py
changeset 3720 5376aaadd16b
parent 3656 9ba2e3253a88
parent 3689 deb13e88e037
child 3729 e4f20b74af51
--- a/web/uicfg.py	Thu Oct 15 11:20:26 2009 +0200
+++ b/web/uicfg.py	Mon Oct 19 15:16:41 2009 +0200
@@ -125,7 +125,7 @@
     if rtag.get(sschema, rschema, oschema, role) is None:
         card = card_from_role(rschema.rproperty(sschema, oschema, 'cardinality'), role)
         composed = rschema.rproperty(sschema, oschema, 'composite') == neg_role(role)
-        if rschema.is_final():
+        if rschema.final:
             if rschema.meta or sschema.is_metadata(rschema) \
                     or oschema.type in ('Password', 'Bytes'):
                 section = 'hidden'