aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool
diff options
context:
space:
mode:
authorfranciscovila <javier.paradela.vila@est.tech>2022-06-13 12:19:02 +0100
committerAndr� Schmid <andre.schmid@est.tech>2022-06-29 16:25:23 +0000
commit7943a0cdad6d1e8074ef31cc0fce19a6a8558eb9 (patch)
tree37d486f4e36e689ab02b10fcdefb3c4048207fab /asdctool
parent6f9721e195d8416efdde92c8de73d45f5c213bf3 (diff)
VFC properties of type timestamp not visible in property assignment
Fixing issues with timestamp type Issue-ID: SDC-4048 Signed-off-by: franciscovila <javier.paradela.vila@est.tech> Change-Id: Iaf5c14cbfcd00fd964974388e42e2e26e9101d3b
Diffstat (limited to 'asdctool')
-rw-r--r--asdctool/src/main/resources/config/dataTypes.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/asdctool/src/main/resources/config/dataTypes.yml b/asdctool/src/main/resources/config/dataTypes.yml
index 2c65c8fc04..d3c2f3b54c 100644
--- a/asdctool/src/main/resources/config/dataTypes.yml
+++ b/asdctool/src/main/resources/config/dataTypes.yml
@@ -4,6 +4,9 @@ tosca.datatypes.Root:
integer:
derived_from: tosca.datatypes.Root
+timestamp:
+ derived_from: tosca.datatypes.Root
+
string:
derived_from: tosca.datatypes.Root