[F schema] set inlined=False to ensure it'is not inlined by accident
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 31 Jul 2009 23:39:50 +0200
changeset 2602 7bfa83772d90
parent 2601 5196d213f4e3
child 2603 e47d63351891
[F schema] set inlined=False to ensure it'is not inlined by accident
schemas/workflow.py
--- a/schemas/workflow.py	Fri Jul 31 23:38:27 2009 +0200
+++ b/schemas/workflow.py	Fri Jul 31 23:39:50 2009 +0200
@@ -119,7 +119,7 @@
     """indicate the current state of an entity"""
     # not inlined intentionnaly since when using ldap sources, user'state
     # has to be stored outside the CWUser table
-
+    inlined = False
     # add/delete perms given to managers/users, after what most of the job
     # is done by workflow enforcment
     permissions = {