entity.py
changeset 2126 a25859917ccc
parent 2059 af33833d7571
child 2144 51c84d585456
--- a/entity.py	Thu Jun 18 21:01:55 2009 +0200
+++ b/entity.py	Fri Jun 19 14:42:04 2009 +0200
@@ -485,7 +485,7 @@
         assert self.has_eid()
         execute = self.req.execute
         for rschema in self.e_schema.subject_relations():
-            if rschema.meta or rschema.is_final():
+            if rschema.is_final() or rschema.meta:
                 continue
             # skip already defined relations
             if getattr(self, rschema.type):