Closed (fixed)
Project:
Address
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2020 at 21:46 UTC
Updated:
15 Mar 2020 at 20:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
czigor commentedI can confirm the bug exists using the latest commerce and address dev. Might also be an address bug.
Comment #3
czigor commentedThis seems to be a regression from https://git.drupalcode.org/project/address/commit/d78ba8f from June. It's weird that it's been noticed only now.
Comment #4
czigor commentedFixing some code comments.
Comment #5
czigor commentedFix tests.
Comment #6
Bao Ha commentedIt works after I applied the patches in the "address-3105484-zone_bug-5.patch" file. The dropped down list of states shows up again when United States is selected as the territory. Thank you!
Comment #7
bojanz commentedBetter title.
Comment #9
bojanz commentedExpanded the test and committed. Thanks, czigor!
Comment #10
playful commentedI updated to the latest version of address (8.x-1.8) yesterday and am now having this problem. Several countries such as United States and Mexico don't load state or city fields when selected and produce the below error. The same error occurs when trying to edit any previously created nodes for which the address field country was set to United States, Mexico, etc.
The only other patch I have applied is this one: https://www.drupal.org/project/address/issues/2857593
Comment #11
bojanz commented@playful
That's not caused by this issue. You didn't update Address properly so now your module and library are out of sync (library is behind the module). You need to use composer update --with-dependencies
Comment #12
playful commentedSilly me... thank you, bojanz!