ethercreative/simplemap

Can not replace existing address without explicitly removing it first

boudewijn-zicht opened this issue · 1 comments

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

  1. search for an address and select this option from the dropdown
  2. the selected address is filled in
  3. save the entry (i.e. ctrl-s)
  4. wait for the page to reload and the at step 1 selected address is filled in
  5. search for another address and select this option from the dropdown
  6. the selected address is filled in
  7. save the entry (i.e. ctrl-s)
  8. 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

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?