Files
openfoodnetwork/app/serializers/api
Cillian O'Ruanaidh 3c23952fd6 Don't double escape :open_street_map_provider_options so they are parsed into a JS object rather than a string.
Before if you entered '{ accessToken: secret }' into the open street map provider options field in the admin content settings the 'JSON.parse(openStreetMapConfig.open_street_map_provider_options)' call in the open_street_map directive was converting them into a string because they were double escaped. They need to be converted into a JS object in order to set the Leaflet provider options.
2020-07-31 20:08:09 +01:00
..
2020-07-31 09:26:04 +01:00
2019-06-12 09:47:01 +01:00
2019-07-23 14:35:24 +01:00
2020-07-02 11:25:17 +02:00
2019-07-23 14:35:24 +01:00