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

Changes made using tags.destroy!() not tracked #291

Open
dpawluk opened this issue Feb 16, 2016 · 0 comments
Open

Changes made using tags.destroy!() not tracked #291

dpawluk opened this issue Feb 16, 2016 · 0 comments

Comments

@dpawluk
Copy link

dpawluk commented Feb 16, 2016

@steved
If we have a user object fetched using the api and we want to remove a tag using the below:

user.tags.destroy!(:id => "tag_value")  #makes call to api and successfully removes tag
puts user.tags #local user object does not have tag removed
#output includes "tag_value" tag
user.tags.save! #makes a call to API, will update user using old data including the removed tag

behavior is opposite to that expected based on this spec

Let me know if any further info is needed

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

1 participant