Files
exif-test/static
shawn 5488f579e7 fix: inline edit now displays correct asset location info on Enter
saveMachineIdInline used wrong field names when rendering the
location info div after a successful assignment:
  'location_name', 'building', 'zone' — none of which exist in
  the asset dict returned by lookup_machine_id().

Replaced with the correct fields matching lookupPrevAsset():
  building_name, floor, room, address, make, model

Now pressing Enter on an inline machine ID edit correctly shows
the asset's building, floor, room, address, and make/model.
2026-05-25 21:21:06 -04:00
..