From fe67dd9853e3cd8a5056d211e3086a832aba36d1 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 5 Nov 2020 13:29:23 +0100 Subject: [PATCH] Introduce entity:formSubmission type. --- .../org.argeo.support.odk/src/org/argeo/support/odk/odk.cnd | 2 +- org.argeo.entity.api/src/org/argeo/entity/entity.cnd | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2