bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

ColumnToggleModal checkboxes not toggled when node group change is triggered #1849

Closed sellth closed 10 months ago

sellth commented 10 months ago

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.

grafik

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

mikkonie commented 10 months ago

This should happen, it seems to be a bug that the update isn't triggered. I'll get this fixed.

mikkonie commented 10 months ago

Fixed. For some reason the bootstrap-vue checkboxes did not register the data change without calling $forceUpdate().