8000 ViewItem Tag Bug · Issue #622 · tableau/server-client-python · GitHub
[go: up one dir, main page]

Skip to content

ViewItem Tag Bug #622

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

Closed
erich-trabus opened this issue May 14, 2020 · 1 comment
Closed

ViewItem Tag Bug #622

erich-trabus opened this issue May 14, 2020 · 1 comment

Comments

@erich-trabus
Copy link
erich-trabus commented May 14, 2020

view_item._initial_tags = tags

should be:

import copy
...
view_item._initial_tags = copy.copy(tags)

otherwise tags won't update/delete properly. Is this bug worth a pull request?

@bcantoni
Copy link
Contributor

@erich-trabus thanks for reporting this; it's been fixed in the pull request mentioned above.

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

No branches or pull requests

2 participants
0