As part of a user selection process on the dashboard, I would like to prevent the opening of one of its pages.
It seems possible with the UI_control node (I send in this node: {"tabs": {"disable": ["RAPPELS"]}}) but it seems to work only inside the same session.
Indeed if I click on the link of the history of my browser (Chromium) or if I enter its address http: // localhost: 1880 / ui / #! / 6 (therefore without the socketid) in the url bar , in both cases the page is displayed when it is supposed to be "disable".
I searched the forum and did a lot of testing and test the three node options, but I keep coming back to the same result.
Does anyone have a solution or could they help me direct my research?