FlowFuse / FlowFuse/node-red-dashboard
Feature to disable and make page invisible or vice versa does not work properly
- Dominant language
- HTML
- Stars
- 355
- Forks
- 82
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 24
Description
### Current Behavior
When sending a payload to "ui-control" to disable a page or make it invisible when accessing the same page using the page link, the resource is completely inoperative
### Expected Behavior
When the payload is sent to "ui-control", disabling or making the page invisible, it must become inaccessible via the sidebar and any other method, including accessing the page via direct link. Access via direct link also cannot change the page's invisible or disabled status.
### Steps To Reproduce
Using a normal inject connected to a function node with the desired usage information, it must be connected to a ui-control node to run the tests. Below is the suggested content of the function.
`node.send({ payload: { pages: { enable: ['Casa'] } } });`
### Environment
- Dashboard version:
- Node-RED version:
- Node.js version:
- npm version:
- Platform/OS:
- Browser:
### Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.