Can not replace existing address without explicitly removing it first
boudewijn-zicht opened this issue · 1 comments
boudewijn-zicht commented
Description
Once you have an address specified and saved, you must explicitly remove this address, otherwise a newly search address will not overwrite the old one.
Many of our end-users have problems with this. Especially because the CMS does display the correct display at steps 2 and 6, but it is not actually stored/changed when you save the Entry.
Steps to reproduce
- search for an address and select this option from the dropdown
- the selected address is filled in
- save the entry (i.e. ctrl-s)
- wait for the page to reload and the at step 1 selected address is filled in
- search for another address and select this option from the dropdown
- the selected address is filled in
- save the entry (i.e. ctrl-s)
- wait for the page to reload and now the address selected at stap 1 not 5 is filled in
The only way to replace the address selected at step 1 is to explicitly remove the current address.
Additional info
- Craft version: 3.7.37
- Maps version: 3.9.3
- PHP version: 7.4.29
- Database driver & version: MySQL 5.7.36
- Other Plugins: Neo (but not used within Neo), Formie, Feed Me, Element API, Redactor
mdoorschodt commented
I've got the same issue, which causes a lot of complaints from our CMS users, which are a lot (whith 50 subsites). Could someone please fix this issue?