Closed (fixed)
Project:
Geolocation Field
Version:
4.x-dev
Component:
GoogleMapsAPI
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2025 at 18:44 UTC
Updated:
25 Jun 2026 at 11:40 UTC
Jump to comment: Most recent
Comments
Comment #3
aaronbaumanMR 116 adds a test to demonstrate the server key problem, and provide a simple fix.
Comment #4
steven jones commentedTests are failing with this fix, but also, I'd be tempted to say that the fix isn't really addressing the general problem, which is that the options are being merged in the wrong order really.
At the moment the code is:
But that means that the base parameters always win, with no possibility to change that.
Seems like they should at least be:
And even then, there would be an argument for doing:
I think?
Comment #6
aaronbaumanI agree, changing the order would make more sense to me.
I didn't want to introduce a breaking change without knowing why they were in this order, but if you are more familiar with how this works then I will defer to you.
Comment #7
steven jones commentedThe first time I looked at the code was yesterday! But to my eyes the order does need changing like I've proposed in the MR.
Comment #9
christianadamski commentedThanks!
Comment #12
steven jones commentedThanks for merging this, don't forget to update the contribution record here: https://new.drupal.org/contribution-record/11426739 ticking the appropriate boxes and pressing save :) thanks!
Comment #13
christianadamski commentedDidn't d.o do this automatically? Also, this is your MR I merged? I did checkmark thing, tell me if it works.
Comment #14
steven jones commentedIt doesn't do it automatically no :(
Thanks for giving me credit, yes, looks like you've ticked the right boxes. You might want to give yourself credit too, for actually doing the commit etc.