Introduce entity:formSubmission type.
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / entity.cnd
index 618487b572187d0fdc0b025df073dd7dda260cf0..16ff3b79a86956807cd97d7ece329b71bb8cb640 100644 (file)
@@ -15,12 +15,12 @@ mixin
 //
 // ENTITY DEFINITION
 //
-[entity:definition] > entity:composite, mix:created, mix:referenceable
+[entity:definition] > entity:composite, mix:created, mix:lastModified, mix:referenceable
 //- entity:type (String) multiple
 
-[entity:part]
+//[entity:part]
 
-[entity:reference]
+//[entity:reference]
 
 [entity:composite]
 orderable
@@ -48,6 +48,9 @@ orderable
 [entity:form]
 mixin
 
+[entity:formSubmission]
+mixin
+
 [entity:formSet]
 mixin