Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI bug for setting dataset tags #1248

Open
mvesin opened this issue Nov 20, 2024 · 1 comment · May be fixed by #1253
Open

GUI bug for setting dataset tags #1248

mvesin opened this issue Nov 20, 2024 · 1 comment · May be fixed by #1253
Labels
bug this issue is about reporting and resolving a suspected bug candidate an individual developer submits a work request to the team (extension proposal, bug, other request)

Comments

@mvesin
Copy link
Member

mvesin commented Nov 20, 2024

When adding a medical folder dataset from the node GUI, if setting multiple tags, one uses types "tag1<space_key>tag2" to set 2 separate tags.

This results in setting 2 tags named "tag1" and " tag2" (a space as first character of tag2).

Same bug probably exists with other dataset types, or if setting >2 tags.

This is probably a regression (due to some frontend library change ?).

@mvesin mvesin added bug this issue is about reporting and resolving a suspected bug candidate an individual developer submits a work request to the team (extension proposal, bug, other request) labels Nov 20, 2024
@ybouilla
Copy link
Contributor

Could reproduce the bug: it adds a space for 2 tags or more
When listing dataset available on my node i got:
tests medical-folder [' www', ' www', ' www']

ybouilla added a commit that referenced this issue Nov 26, 2024
Fixes #1248: spaces are added when adding multiple tags when loading medical folder dataset on GUI
@ybouilla ybouilla linked a pull request Nov 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug this issue is about reporting and resolving a suspected bug candidate an individual developer submits a work request to the team (extension proposal, bug, other request)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants