no need for explicit handling tls-sprint
authorsylvain.thenault@logilab.fr
Wed, 08 Apr 2009 13:19:09 +0200
branchtls-sprint
changeset 1296 05579925d66e
parent 1295 3012c655a94d
child 1297 174ebf2a1459
no need for explicit handling
web/views/editforms.py
--- a/web/views/editforms.py	Wed Apr 08 13:18:30 2009 +0200
+++ b/web/views/editforms.py	Wed Apr 08 13:19:09 2009 +0200
@@ -202,8 +202,6 @@
         else:
             eid = None
         for rschema, targetschemas, role in eschema.relation_definitions(True):
-            if rschema in ('identity', 'has_text'):
-                continue
             # check category first, potentially lower cost than checking
             # permission which may imply rql queries
             if categories is not None: