Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

GB 2.0.14 and Variable selection in Data Export issue #649

Open
rtnieuwboer opened this issue Apr 30, 2021 · 1 comment
Open

GB 2.0.14 and Variable selection in Data Export issue #649

rtnieuwboer opened this issue Apr 30, 2021 · 1 comment
Labels

Comments

@rtnieuwboer
Copy link

Click button in front of " variables selected" in Variables frame in Data Export (-> 0 variables selected)
Then select one variable in the Tree View (-> it gets a 'v' symbol, top node gets a '-' symbol)
Click button in front of " variables selected" in Variables frame in Data Export (-> maximum number of variables selected)
Every variable gets a 'v' symbol, but top node holds a '-' symbol

What could be wrong?

If necessary i can send you a screen shot. Thanks.

@gijskant gijskant added the bug label Jun 7, 2021
@gijskant
Copy link
Contributor

gijskant commented Jun 7, 2021

Hi René,

I can indeed reproduce the problem (also in 2.0.13, which is running on https://glowingbear.thehyve.net). There may be a bug in the code here:

public static updateParentNodesSelectionRecursively(parent: GbTreeNode, selectedNodes: GbTreeNode[]) {
.
We are currently not actively working on a new release, but please feel free to propose a fix via a PR if you can find the problem. We may also try to fix the issue in a next update, but I don't know when that will be.

Kind regards,
Gijs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants