[openstreetmap/openstreetmap-website] Add user preferences support to iD editor via server-side rendering (PR #6199)
Marwin Hochfelsner
notifications at github.com
Sun Aug 31 16:13:57 UTC 2025
@hlfan commented on this pull request.
> + if Settings.key?(:id_application)
+ token = current_user.oauth_token(Settings.id_application)
+ data[:token] = token.token
+ end
+ data[:locale] = ID::LOCALES.preferred(preferred_languages).to_s
And all the changes should probably be squashed into one commit.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6199#discussion_r2312530486
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6199/review/3171698015 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250831/0a488dde/attachment.htm>
More information about the rails-dev
mailing list