From: Mathieu Baudier Date: Thu, 5 Nov 2020 12:29:23 +0000 (+0100) Subject: Introduce entity:formSubmission type. X-Git-Tag: argeo-suite-2.1.16~36 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=fe67dd9853e3cd8a5056d211e3086a832aba36d1 Introduce entity:formSubmission type. --- diff --git a/knowledge/org.argeo.support.odk/src/org/argeo/support/odk/odk.cnd b/knowledge/org.argeo.support.odk/src/org/argeo/support/odk/odk.cnd index c9fe6bc..e1cd74a 100644 --- a/knowledge/org.argeo.support.odk/src/org/argeo/support/odk/odk.cnd +++ b/knowledge/org.argeo.support.odk/src/org/argeo/support/odk/odk.cnd @@ -41,7 +41,7 @@ [orxList:xform] > mix:created, mix:lastModified, jcrx:csum, entity:form + h:html (odk:html) = odk:html -[orx:submission] > mix:created +[orx:submission] > mix:created, entity:formSubmission + xml_submission_file (nt:unstructured) = nt:unstructured + * (nt:file) * diff --git a/org.argeo.entity.api/src/org/argeo/entity/entity.cnd b/org.argeo.entity.api/src/org/argeo/entity/entity.cnd index 78fb8cc..16ff3b7 100644 --- a/org.argeo.entity.api/src/org/argeo/entity/entity.cnd +++ b/org.argeo.entity.api/src/org/argeo/entity/entity.cnd @@ -48,6 +48,9 @@ orderable [entity:form] mixin +[entity:formSubmission] +mixin + [entity:formSet] mixin