AT:
- HiddenNodes property in report configuration needs to be updated to include active property, in order to be able to save the state when disabling the switch
The configuration should look like this:
{
...
hiddenNodes: {
active: false,
keys: []
}
}
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-2622 Add section toggle to visible nodes configuration option
- Done