From 62e481d49c752e98d2aa49b5675c485d51552e1e Mon Sep 17 00:00:00 2001 From: Gerty Engrie Date: Thu, 7 Sep 2017 11:30:21 +0200 Subject: [PATCH] Indicate in the datatype configuration if a property is required or not --- app/views/archetype.config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/archetype.config.html b/app/views/archetype.config.html index e44f1c7..4c6f9fe 100644 --- a/app/views/archetype.config.html +++ b/app/views/archetype.config.html @@ -53,7 +53,7 @@

- {{property.label}} ({{property.alias}}) - {{getDataTypeNameByGuid(property.dataTypeGuid)}} + {{property.label}} * ({{property.alias}}) - {{getDataTypeNameByGuid(property.dataTypeGuid)}}