fix(awards): live detection only saw the address, never the QTH
The award editor's Test tab matched DK2FJ on its OR rule "qth / exact" and reported the two Aachen DOKs as ambiguous. The F3 panel, on the same contact, showed nothing — it builds its own QSO for ComputeQSOAwardRefs and that object carried address, state, county, zones and continent only. Any award keyed on the town could not fire there, so live detection was silently blind to a whole class of awards and the operator only saw them after logging. It now passes the entry-strip text as well: QTH, name, country, comment, note and grid.
This commit is contained in:
@@ -5313,6 +5313,11 @@ export default function App() {
|
||||
prefix={prefix}
|
||||
operatorGrid={station.my_grid}
|
||||
remoteGrid={grid}
|
||||
qth={qth}
|
||||
name={name}
|
||||
country={country}
|
||||
comment={comment}
|
||||
note={note}
|
||||
details={details}
|
||||
onChange={updateDetails}
|
||||
wb={wb}
|
||||
|
||||
Reference in New Issue
Block a user