Report #2950
Setting unit prefix + name via local.db does not trigger callsign update
source | e4tmyl33t |
---|---|
version | 0.1.1 |
status | REJ |
priority | TRI |
target fix | |
report date | 2024-05-28 21:50:51 |
report | Repro steps: Set id.prefix and id.name in local.db Load local.db Callsign will not update @name returns new name set from local.db set name again via @name New name update takes effect and updates callsign, prefix from local.db now in effect in callsign |
a year ago
rhet0rica:
Intended behavior. Although many individual settings load from the database (like id.callsign) when necessary, updating the database directly is never a guarantee that the results will be loaded immediately—watching the database for changes is prohibitively expensive. The id regen command will help with this particular situation.