fix: unable to edit completed and deleted task#343
Conversation
|
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
More information on how to conduct a self review: This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
Neeraj-gagat
left a comment
There was a problem hiding this comment.
done with the selfreview every test passes and everything work now user can edit deleted and completed tasks also fixed it by using task.uuid instead of task.id in edittaskonbackend or modifytaskonbackend in frontend and did same changes in backend also in edittask and modifytask handler
and also updated in tests
Description
This PR adds fixes for #317
replaced task.id with task.uuid in edittaskonbackend and modifytaskonbackend functions and updated tests
also replaced task.id with task.uuid in edittask handler or modifytask handler in backend now it these handlers expect task.uuid not task.id
- Fixes: #317
video
Screencast.from.29-12-25.12.38.26.AM.IST.webm