Detail view missing place/building/floor fields #49
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?
Problem
Location fields (place, building_name, building_number, floor, room, trailer_number) were visible in the asset list cards but absent from the detail view's main Asset Details card. Users had to scroll to the collapsed Directions card to see them.
Fix
Added
place,building_name,building_number,floor,room,trailer_numberto thedetailFieldsarray inviewAsset(). Thedf()helper skips empty values, so only populated fields render.Commits
5180d81