mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user