Prevent edits to code export/import requests once the merge request starts
Closed this issue · 0 comments
pripley123 commented
Test Case
ENV
-
DEV
-
TEST
-
Staging
TESTCASE
- Create a new code export request
- Finish editing to start the merge request
EXPECTED
I should not be able to edit the request when the merge request is underway
ACTUAL
I can edit the request after the merge request has started. This created a scenario where I edited the repo url (due to a typo) and then the merge request appeared to proceed with my fixed url. However, when I looked at the request afterwards, it used the old url with the typo in it.