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

Preferences update do not use lodash set to update local attributes #830

Closed kaligrafy closed 6 months ago

kaligrafy commented 6 months ago

Attributes are correctly updated in the db usin valuesByPath, but th Preferences object is not updated correctly. It needs to use set too, not merge.