Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
7690
-
Normal
Description
Inconsistent behaviour when executing GET request from Module Form and History Form with "Fill form" checkbox unselected.
1. Navigate to network-topology rev. module > config tab > expand network-topology branch > click topology
2. Switch view to form.
3. Select PUT operation and insert t1 as topology id and n1 as node id. Execute the request.
4. Select PUT operation and insert t2 as topology id and n2 as node id. Execute the request.
5. Click topology {topology-id}
branch and click node
{node-id} branch to load clear form.
6. Select GET operation and insert t1 as topology id and n1 as node id. SELECT "Fill form" checkbox. Execute the request. The data remain filled in the form and URL.
7. Select GET operation and insert t2 as topology id and n2 as node id. UNselect "Fill form" checkbox. Execute the request. The data remain filled in the form and URL.
8. Navigate to History.
9. Select GET request, that has received data saved, that is t1/n1 request. SELECT "Fill form" checkbox. Click request`s yangmenu and run te request via "Run request".
Inconsistent beh: The last id from the URL has been erased, data remained filled in the form.
10. Select GET request, that has received data saved, that is t1/n1 request. UNselect "Fill form" checkbox. Click request`s yangmenu and run te request via "Run request".
Inconsistent beh: The last id from the URL has been erased and data from form has been erased.