schemas/bootstrap.py
changeset 10316 4ce8b8437838
parent 9965 a8769b752299
child 10553 1d824df4f2bd
--- a/schemas/bootstrap.py	Fri Apr 04 14:49:18 2014 +0200
+++ b/schemas/bootstrap.py	Fri Oct 31 17:17:26 2014 +0100
@@ -38,7 +38,7 @@
     description = RichString(internationalizable=True,
                              description=_('semantic description of this entity type'))
     # necessary to filter using RQL
-    final = Boolean(description=_('automatic'))
+    final = Boolean(default=False, description=_('automatic'))
 
 
 class CWRType(EntityType):