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

bug: trying to save while only changing Meta.Keywords erroneously returns "no changes" #1997

Open
ramfox opened this issue Dec 15, 2021 · 0 comments
Labels
bug code that is not behaving as expected

Comments

@ramfox
Copy link
Member

ramfox commented Dec 15, 2021

immediate guess would be that we do a shallow compare of the new & old meta component, and so don't compare the slice of keywords when we determine if a meta has changed.

API error response:

{
  "meta": {
    "code": 500,
    "error": "saving failed: no changes"
  }
}
@ramfox ramfox added the bug code that is not behaving as expected label Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug code that is not behaving as expected
Projects
None yet
Development

No branches or pull requests

1 participant