diff options
author | franciscovila <javier.paradela.vila@est.tech> | 2022-06-13 12:19:02 +0100 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2022-06-29 16:25:23 +0000 |
commit | 7943a0cdad6d1e8074ef31cc0fce19a6a8558eb9 (patch) | |
tree | 37d486f4e36e689ab02b10fcdefb3c4048207fab /asdctool/src | |
parent | 6f9721e195d8416efdde92c8de73d45f5c213bf3 (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/src')
-rw-r--r-- | asdctool/src/main/resources/config/dataTypes.yml | 3 |
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 |