Actions
Bug #15419
closedTags are not properly set when changing only value field before new insertion
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
54
Name check:
To do
Fix check:
Checked
Regression:
Description
Hi,
When adding multiple tags on a directive with the same key we just change the value field before new tag insertion but in this case rudder only store de "= value" and not the "key = value" and an error is raise when saving.
There was problem with your request. Error when updating directive a71fbfe8-06b2-4030-8e22-97420062c1d7 tag <- Invalid JSON serialization for Tags JArray(List(JObject(List(JField(key,JString(ref)), JField(value,JString(1)))), JObject(List(JField(key,JString(ref)), JField(value,JString(2)))), JObject(List(JField(key,JString(refsec)), JField(value,JString(cis)))), JObject(List(JField(key,JString(ref)), JField(value,JString(3)))), JObject(List(JField(value,JString(4)))), JObject(List(JField(value,JString(5)))))) <- parameter key cannot be empty <- parameter cannot be emp
PS : we change the focus with the TAB key to be able to insert the new tag
Actions