Bug #26264
openThe refresh button from the Node webpage flushes all nodes
Description
If I click on the "refresh" button on the nodes webpage, it remove all the nodes from the list and I have to reload the entire page to see them back
Files
Updated by Clark ANDRIANASOLO 23 days ago
· Edited
- File clipboard-202501311809-cjcad.png clipboard-202501311809-cjcad.png added
- File Screenshot from 2025-01-31 18-07-15.png Screenshot from 2025-01-31 18-07-15.png added
There is a bug in the front-end side : it passes no arguments for nodeIds when fetching node details from the API
But when reloading, it passes some node ids, apparently excluding the root server :
It should always pass an empty list
Updated by Clark ANDRIANASOLO 20 days ago
Changes have been made in #26055 with the new tab structure in the same page, but the state of the two different node tables seems to be linked : when changing search criteria in the Search
tab, the table is refreshed, but when refreshing the main list of nodes in the List
table, the criteria is the same.
It is due to a shared global variable nodeIds
, which is shared by both tables. It will need to be isolated for each table.
Updated by Clark ANDRIANASOLO 20 days ago
- Related to User story #26055: Change rudder 8.3 main menu added