server/schemaserial.py
changeset 9395 96dba2efd16d
parent 9375 8e88576787c3
child 9450 af4b93bc38a5
child 10054 8f7291354095
--- a/server/schemaserial.py	Fri Jan 10 16:37:12 2014 +0100
+++ b/server/schemaserial.py	Thu Oct 24 13:15:53 2013 +0200
@@ -304,9 +304,6 @@
     except KeyError:
         return
     for action, somethings in thispermsdict.iteritems():
-        # XXX cw < 3.6.1 bw compat
-        if isinstance(erschema, schemamod.RelationDefinitionSchema) and erschema.final and action == 'add':
-            action = 'update'
         erschema.permissions[action] = tuple(
             isinstance(p, tuple) and erschema.rql_expression(*p) or p
             for p in somethings)