fix: inline edit fetches & displays asset info #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Inline machine ID editing in Previous Photos now always shows asset info:
prevAssetandprevMachineInfodivs are now on every card (not just GPS-equipped ones)lookupPrevAsset()runs for all photos with machine_id on page loadsaveMachineIdInline()dynamically creates asset display elements if they don't existPreviously, manually entering a machine ID on a card without GPS would silently save the ID but never show the asset name/location.