From 6efe12b1be4c24f9a2fbfece55ae8bd564942f40 Mon Sep 17 00:00:00 2001 From: Corey Koelewyn Date: Thu, 23 May 2024 10:46:52 -0700 Subject: [PATCH] EPICSYSTEM-17: Update SLUG in epic for MET engagements --- api/controllers/commentperiod.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/controllers/commentperiod.js b/api/controllers/commentperiod.js index 31ab96c4..e6e389d4 100644 --- a/api/controllers/commentperiod.js +++ b/api/controllers/commentperiod.js @@ -338,11 +338,13 @@ exports.protectedPut = async function (args, res) { var CommentPeriod = mongoose.model('CommentPeriod'); var commentPeriod = { + commentTip: obj.commentTip, dateCompleted: obj.dateCompleted, dateStarted: obj.dateStarted, dateUpdated: new Date(), + isMet: obj.isMet, instructions: obj.instructions, - commentTip: obj.commentTip, + metURL: obj.metURL, milestone: mongoose.Types.ObjectId(obj.milestone), openHouses: obj.openHouses, relatedDocuments: obj.relatedDocuments,