qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.11k stars 66 forks source link

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

Open ramfox opened 2 years ago

ramfox commented 2 years ago

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"
  }
}