feat(assets): surface CMDB expansion fields on the detail panel (PMS-454) #323
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-apps!323
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/PMS-454-cmdb-asset-fields"
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?
Extends
RemoteAssetwith the eight CMDB columns the server now ships (assigned_user_id, assigned_user_name, ip_address, hostname, mac_address, installed_date, department, in_transit_ticket_id) and renders each on the asset detail page's left-column dl grid alongside the existing Type / Company / Manufacturer / Model / Serial / Asset Tag rows. Each new row renders only when populated so an older asset that pre-dates the migration does not show a "-" row of placeholders.The In-Transit ticket renders as a Link to the ticket detail page so a tech moving an asset can jump to the tracking ticket without leaving the asset view.
Companion to the server-side PR
feat/PMS-454-cmdb-asset-expandwhich adds the migration + AssetResponse + service queries. The edit-form fields (assigned-user picker, IP input, hostname input, etc.) follow in a sibling PR - this captures the read surface so the QA can verify the data round-trips through the API as soon as the server merges.#PMS-454