[MIRROR] Blank IDs no longer get stuck in modular computers [MDB IGNORE] (#24977)

* 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

* Blank IDs no longer get stuck in modular computers

---------

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-11-13 12:54:10 -05:00
committed by GitHub
co-authored by Waterpig
parent 07ad5f3efa
commit 92f8f722ac
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,
)