hholzgra / maposmatic

Mirror of maposmatic repository at savannah.nongnu.org
GNU Affero General Public License v3.0
72 stars 13 forks source link

Map language preselect broken (after Bootstrap upgrade?) #105

Closed hholzgra closed 1 year ago

hholzgra commented 1 year ago

The map language field in the last step of the "new map" tabbed form used to get preset to the appropriate locale for the map area selected. This somehow stopped working, and lead to "None" be the default language choice which then failed on form validation if the user did not select a different language explicitly.

This has now temporary being fixed by hard coding the default as en_US.UTF-8, but requires to be fixed fully to restore the original behavior.