|
1. Parameter with name "Param1" is used in a request, operation PUT.
{
"topology": [
{
"topology-id": "<<Param1>>",
"topology-types": {
"l3-unicast-igp-topology:l3-unicast-igp-topology": {
"isis-topology:isis": {},
"ospf-topology:ospf": {}
}
}
}
]
}
2. Request is run from History tab via "Run this request with same data on same API".
{
"topology": [
{
"topology-id": "vlaue1",
"topology-types": {
"l3-unicast-igp-topology:l3-unicast-igp-topology": {
"isis-topology:isis": {},
"ospf-topology:ospf": {}
}
}
}
]
}
3. The name of the parameter is changed (for example into "Param2") and request is run from History tab via "Run this request with same data on same API". Data contain original name of the parameter.
{
"topology": [
{
"topology-id": "<<Param1>>",
"topology-types": {
"l3-unicast-igp-topology:l3-unicast-igp-topology": {
"isis-topology:isis": {},
"ospf-topology:ospf": {}
}
}
}
]
}
|
|
This fix caused that it is not possible to edit parameter`s value.
1. Add parameter, name p1, value v1.
2. Click edit button in parameter`s row.
3. Change value from v1 to v2.
EXPEXTED BEHAVIOUR: It is possible to save such edited parameter and parameter`s p1 value was changed to v2.
BUGGY BEHAVIOUR: It is not possible to save edited parameter with changed value.
|