fix(time): drop duplicate placeholder in Log Time Work Item dropdown (MAPPS-274) #288
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!288
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/MAPPS-274-dup-log-time-placeholder"
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's Work Item Select rendered two near-identical empty rows: a hand-seeded
("", "Select a work item")SelectOption at the top ofwork_item_options, plus the Select component's own disabled placeholder option fromplaceholder: "Select work item". Drop the seed and let the Select's placeholder do that job: one placeholder, no duplicate.#MAPPS-274
The Log Time form's Work Item Select rendered two near-identical empty rows: a hand-seeded `("", "Select a work item")` SelectOption at the top of `work_item_options`, plus the Select component's own disabled placeholder option from `placeholder: "Select work item"`. Drop the seed and let the Select's placeholder do that job: one placeholder, no duplicate. #MAPPS-274