bcgov/OCWA

Prevent edits to code export/import requests once the merge request starts

Closed this issue · 0 comments

Test Case

ENV

  • DEV
  • TEST
  • Staging

TESTCASE

  1. Create a new code export request
  2. 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.