Report #2950
Setting unit prefix + name via local.db does not trigger callsign update
sourcee4tmyl33t
version0.1.1
statusREJ
priorityTRI
target fix
report date2023-07-26 20:23:32
reportRepro 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
rhet0rica 9 months ago

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.

Please log in or register to add remarks.