remove spurious wview stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 20 Oct 2009 16:53:52 +0200
branchstable
changeset 3756 725a2b005479
parent 3755 9b973e8eabb3
child 3758 d43c9709434d
remove spurious wview
web/views/editforms.py
--- a/web/views/editforms.py	Tue Oct 20 16:48:37 2009 +0200
+++ b/web/views/editforms.py	Tue Oct 20 16:53:52 2009 +0200
@@ -187,7 +187,6 @@
             or
             (role == 'object' and not rschema.has_perm(self.req, 'add',
                                                        toeid=entity.eid))):
-            self.wview(rvid, entity.related(str(rschema), role), 'null')
             return False
         return True