You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, once a user raises an extension request, they are unable to edit it due to backend limitations. While the UI for editing exists, it does not function as expected because the backend does not yet support updates for pending extension requests.
Expected Behavior
Users should be able to edit extension requests if they have not yet been approved. Once an extension request is approved, it should become locked for editing.
Current Behavior
Users can access the edit option for pending requests, but after attempting to save, the updates are not applied.
Screenshots
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Raise an extension request as a user.
Try to edit the request before it is approved.
Observe that the UI allows editing, but changes are not saved due to the lack of backend support for updates on pending requests.
Severity/Priority
Critical
High
Medium
Low
Additional Information
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Someone is already working on backend part. Can you verify if the Edit feature UI is available in prod or not? I can't verify as I can't create ERs without having any task approved.
Issue Description
Currently, once a user raises an extension request, they are unable to edit it due to backend limitations. While the UI for editing exists, it does not function as expected because the backend does not yet support updates for pending extension requests.
Expected Behavior
Users should be able to edit extension requests if they have not yet been approved. Once an extension request is approved, it should become locked for editing.
Current Behavior
Users can access the edit option for pending requests, but after attempting to save, the updates are not applied.
Screenshots
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: