Skip to content

Commit

Permalink
updated the payload to fix district certrun
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Apr 19, 2024
1 parent ce9fffa commit c9dace8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/views/BatchProcessing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,14 @@ export default {
}
} else if (this.tabContent[id].details["what"] == "CERT_REGEN") {
request.runMode = "Y";
delete request.credentialTypeCode;
delete request.schoolCategoryCodes;
delete request.gradDateFrom;
delete request.gradDateTo;
delete request.quantity;
delete request.localDownload;
delete request.reportType;
if (cronTime) {
let scheduledRequest = {};
scheduledRequest.cronExpression = cronTime;
Expand Down

0 comments on commit c9dace8

Please sign in to comment.