feat(time): honour ?project_id= prefill on Log Time link (MAPPS-275) #302
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!302
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-275-parent-context-nav"
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?
The Log Time form already pre-selected a parent ticket when linked with
?ticket_id=<uuid>(PMS-362), but a?project_id=<uuid>link landed on an empty work-item picker, so a "Log Time" affordance on a project detail (planned follow-up) couldn't pre-fill the work item. Mirror the ticket-prefill branch with a project-prefill branch inread_ticket_prefill_from_urlso both?ticket_id=and?project_id=land the user on a pre-selected work item. The Company-detail child-create CTAs (?company_id=) were already covered by MAPPS-300; this closes the last common parent-context link the parent surfaces still need to honour. The remaining "Add X from parent" buttons are tracked as a follow-up under this ticket; the URL plumbing is in place to support them.#MAPPS-275