- Issue created by @yivanov
- Status changed to Needs review
over 1 year ago 10:39am 23 March 2023 - 🇮🇳India Ashutosh Ahirwal India
For the issue
"The 'address_autocomplete' extension is not installed. Cannot check deprecated library use."
Please make sure that you have added "address" module. - 🇬🇧United Kingdom Vitor Faria
This throws a JS error.
Uncaught TypeError: $(...).once is not a function
at Object.attach (address_autocomplete.js?s2qa25:5:41)The JS file in this module is not using the once function properly. That needs to be changed for this patch to work.
- Status changed to Needs work
about 1 year ago 2:15pm 18 October 2023 - Assigned to Chandreshgiri Gauswami
- Status changed to Active
about 1 year ago 3:28pm 18 October 2023 - Issue was unassigned.
- Status changed to Needs review
about 1 year ago 4:07pm 18 October 2023 - First commit to issue fork.
- 🇦🇺Australia geoffreyr
Added the
context
as the 3rd parameter to the call toonce()
so wheneverDrupal.behaviors.address_autocomplete
attaches, it only finds theinput.address-line1
that are present within that context, whether it be the document or the AJAXing container or whatever. (as per once change record https://www.drupal.org/node/3158256 → ) - First commit to issue fork.
- 🇷🇸Serbia vaish
Here is the patch that corresponds to the current state of Merge Request !7
- First commit to issue fork.
-
vaish →
committed ddce40e6 on 1.0.x authored by
Chandreshgiri Gauswami →
Issue #3349849 by vaish, Chandreshgiri Gauswami, Ashutosh Ahirwal,...
-
vaish →
committed ddce40e6 on 1.0.x authored by
Chandreshgiri Gauswami →
- Status changed to Fixed
4 months ago 6:37pm 19 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.