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:
- Create/Import QSO without grirdsquare
- Open “Edit QSO” dialog
- Set a gridsqure
- Correct distance is not set instead the Cloudlog starting page is inserted into the “Edit QSO” dialog
- 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)
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