Delete workItemUpdateTask/workItemCreateFromTask mutation from frontend
What does this MR do and why?
Delete workItemCreateFromTask
mutation from frontend (#434863)
Replace workItemCreateFromTask
mutation with workItemUpdate
mutation, since we don't need to update parent description markdown anymore which is what workItemCreateFromTask
does
Screenshots or screen recordings
Screen_Recording_2023-12-12_at_2.45.19_pm
How to set up and validate locally
- Go to an issue
http://127.0.0.1:3000/flightjs/flight/-/issues/1
- Create a new task in the Child Item widget
- Click on the new task to open it
- Test that you can still toggle confidentiality, open/closed state, and update the title
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #434863
Edited by Coung Ngo