Open ankush opened 8 months ago
@BreadGenie :eyes:
This doesn't seem to be set from UI since we have a validation over there (In d2 it'll simply overwrite existing value) https://github.com/frappe/press/blob/78153fbcfe2e024542d56d7a50f3385b36ecf3e3/dashboard/src/components/ConfigEditor.vue#L189-L191
It looks like it's coming from a job 🤔 I'll add a validation in backend as well
closing since old dashboard
@BreadGenie it is server side that's supposed to validate this. It was duplicated due to some other bug but if there was a validation in place it would've been caught sooner.
Would suggest reopening if we still allow duplicate keys in that table.
JSON doesn't support duplicate keys