chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

Prefs: Disable valuesByPath accepting a complete nested object. Only accept non-nested keys with dot notation #833

Open kaligrafy opened 6 months ago

kaligrafy commented 6 months ago

Right now, both dot notation and full nested objects are accepted, but it is ambiguous because do we need to merge the nested object or replace it altogether? Right now tests do not verify that merge works (and merge should not work)