-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Hello! I found what seems to be a distance column-related bug. I just started using WLGate and tested it with a couple of 10 meter QSOs. The contacts log properly however the distance column is left blank in the logbook homepage and overview screen (screenshot #1). When viewing the QSO details, a distance is displayed (ss #2), and in the edit window a distance is displayed (ss #3.) After clicking save on the edit window but without any additional data entry (the grid is already filled in) the distance column in the overview is now filled in.
Version Information
We need some information about your versions. You can get all Information in the Admin > Debug Menu
- Wavelog version 1.9 (from git and built as a docker container)
Server Software | Apache/2.4.62 (Debian)
PHP Version | 8.3.14 OK
MySQL Version | 11.3.2-MariaDB-1:11.3.2+maria~ubu2204
Codeigniter Version | 3.2.0-dev
WLGate 1.0.20
JTDX 2.2.139-32A
Steps to Reproduce
- Set up JTDX to log to WLGate and setup the logbook overview page to have distance column enabled in the default view.
- Log a QSO
- Reload wavelog overview page and observe the new contact. It should appear but the distance column is empty.
- View the details of the QSO by clicking the dx callsign. Observe grid is filled in and distance is calculated.
- Click Edit QSO. Observe that grid is filled in and distance is calculated. Click save.
- Reload overview page and observe that the distance column now has a distance in it.
Expected Behavior
I would expect that whatever fills in this distance column would do so at the time the contact is logged from WLGate in the same way that it does when the QSO is saved from the web interface.