# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1239189549 -7200 # Node ID 05579925d66e1cae1e1cf9daa685bd47a3aecc59 # Parent 3012c655a94d5ac4ead220827abf803d7be8cdbc no need for explicit handling diff -r 3012c655a94d -r 05579925d66e 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: