Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.8-incubating
-
None
Description
Type verification is not done for Tag's attribute values . If no values are given , data type's corresponding values like 0 for int , null for string are taken. But type is not checked when users provide values. For example , "value1" for int is accepted ,but value at the end is 0 for the attribute.