Cloudlog: Set gridsquare in edit QSO not working (anymore)

Describe the bug I imported QSOs without gridsquare set and want to set the gridsquare now (that’s something I basically do every time). Setting the gridsquare is not possible.

To Reproduce Steps to reproduce the behaviour:

  1. Create/Import QSO without grirdsquare
  2. Open “Edit QSO” dialog
  3. Set a gridsqure
  4. Correct distance is not set instead the Cloudlog starting page is inserted into the “Edit QSO” dialog
  5. Clicking on Save does nothing

Expected behaviour Correct distance being shown and save being possible.

Additional context The services being called are /index.php/logbook/index/logbook/searchbearing/jn57re/60 and /index.php/logbook/index/logbook/searchdistance/jn57re/60. Both do not return the expected stuff but the Cloudlog dashboard (as HTML). Furthermore I get javascript errors Uncaught Error: Map container is already initialized.. For me that happens both on master and dev branches.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 17 (10 by maintainers)

Commits related to this issue

Most upvoted comments

base_url in the javascript wasn’t defined which was causing the issue @Werzi2001 if you pull down the latest dev should be resolved

Let me know if this fixes it for you too