Blank IDs no longer get stuck in modular computers (#79689)

See name. The Eject ID button now correctly lights up even with no name
on the ID
This commit is contained in:
Waterpig
2023-11-13 16:03:28 +00:00
committed by GitHub
parent 4679cded3c
commit a282f9ecfd
2 changed files with 2 additions and 1 deletions
@@ -96,6 +96,7 @@
)
data["proposed_login"] = list(
IDInserted = computer_id_slot ? TRUE : FALSE,
IDName = computer_id_slot?.registered_name,
IDJob = computer_id_slot?.assignment,
)