bcgov/OCWA

Code import/export requests are not editable after they are submitted.

Closed this issue · 0 comments

Test Case

ENV

  • DEV
  • TEST
  • PROD

TESTCASE

  1. Submit a code export or import request.
  2. Before the code export / import is approved, click edit request

EXPECTED

There should be no option to edit a code request after it's submitted. After a code request is submitted the only states it can transition to are Approved, Denied, or Cancelled. This should be reflected in the oc interface as well i.e., there should be no "Request revisions" option for code requests.

ACTUAL

I can edit a request before an output checker has approved it. If I make a change to my request, a new merge request isn't made.