Closed sellth closed 11 months ago
This should happen, it seems to be a bug that the update isn't triggered. I'll get this fixed.
Fixed. For some reason the bootstrap-vue checkboxes did not register the data change without calling $forceUpdate()
.
Problem
In the "Toggle Study/Assay column visibility" modal, users can select a "Show all columns of node" box. This toggles visibility for all columns of the node, but the changed status is not reflected by the checkboxes of those columns within the modal.
Solution
When selecting/deselecting a "Show all" box, all checkboxes of this node automatically change status to reflect the actual visibility status of these columns