Details
-
Task
-
Status: Done
-
L3 - Default
-
Resolution: Fixed
-
None
-
S
Description
Context:
The PluginVariableDto has the following java doc:
. This does not mark the field as required although it actually is. Also, there should be tests to ensure that all required fields all compulsory and for all optional fields the import works without any problems if omitted.The timestamp of the last update to the variable.
AT:
- the timestamp field is marked as compulsory in the PluginVariableDto
- there are tests to ensure that all required fields all compulsory and for all optional fields the import works without any problems if omitted