Merge branch 'cloudlog_station_logbooks' into 'master'

Fix missing Cloudlog Station Profile ID

Closes #133

See merge request gridtracker.org/gridtracker!176

If this is changing anything in the UI or operational behavior, please prepare to update the wiki!
merge-requests/178/merge
Matthew Chambers 2022-07-23 14:12:11 +00:00
commit 16ef17d019
3 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -2627,6 +2627,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
size="12"
oninput=" ValidateText(this); adifTextValueChange(this);"
/>
<br />
Station Profile ID<input
id="CloudlogStationProfileID"
type="text"
class="inputTextValue"
size="12"
oninput=" ValidateText(this); adifTextValueChange(this);"
/>
</td>
<td>
<div

Wyświetl plik

@ -2619,7 +2619,7 @@ function sendCloudlogEntry(report)
{
if (typeof nw != "undefined")
{
var postData = { key: CloudlogAPI.value, type: "adif", string: report };
var postData = { key: CloudlogAPI.value, station_profile_id: CloudlogStationProfileID.value, type: "adif", string: report };
getPostJSONBuffer(
CloudlogURL.value,
CloudlogSendLogResult,

Wyświetl plik

@ -172,6 +172,7 @@ var def_adifLogSettings = {
HRDLOGUploadCode: "",
CloudlogURL: "http://127.0.0.1/index.php/api/qso",
CloudlogAPI: "",
CloudlogStationProfileID: "1",
eQSLUser: "",
eQSLPassword: "",
eQSLNickname: ""