Skip to content

Validate the input and output of each step in a production request

This MR should add validation when creating/updating production requests to ensure that the input of each step is the same as the output of the previous step. Production IDs 47481, 47482, 47483 and 47484 are affected by this issue.

Note I haven't tested if this check is performed correctly.

I also remove a redundant line: _detail = cPickle.loads(rec['ProDetail'])

Merge request reports