From 6f22af14cb27b7a8a4bf5ccf6900f13b233c65f1 Mon Sep 17 00:00:00 2001 From: Jonah Hatfield Date: Mon, 21 Oct 2024 15:57:26 -0400 Subject: [PATCH 1/2] Fixing the broken link on the access forms view for the IT standards request form, satisfying issue #504 --- src/assets/statics/accessforms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/statics/accessforms.json b/src/assets/statics/accessforms.json index a67b6cc9..51d4df97 100644 --- a/src/assets/statics/accessforms.json +++ b/src/assets/statics/accessforms.json @@ -1,7 +1,7 @@ [ { "Title": "New IT Standard Request Form", - "Link": "https://gsa--c.na21.visual.force.com/apex/TechnologyRequestForm", + "Link": "https://gsa.servicenowservices.com/sp?id=sc_cat_item&sys_id=e32824291bd234d47adac808624bcb44", "POC": "Cindy Smith", "POC_email": "it-standards@gsa.gov", "Description": "To request unapproved software:\n\nComplete the New Software Request form by clicking this cell.\nFor additional details on the process, review the How to Request New Software document.\nAfter you submit the New Software Request form, you will receive an email with a Request Tracker (RT) ticket number. Track your request with the ticket number.\n\nOur goal in the CTO office is to continuously improve our processes and ensure we are able to meet your technology needs. Please send feedback by clicking the POC cell to the right." From 6a7adac2b53ba3efb0ac0c19be52dce6c86ee142 Mon Sep 17 00:00:00 2001 From: Jonah Hatfield Date: Tue, 22 Oct 2024 14:51:25 -0400 Subject: [PATCH 2/2] Limiting corresponding websites to website service category modal view table to only production_status = production, satisfying issue #505 --- api/controllers/website-service-category.controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/controllers/website-service-category.controller.js b/api/controllers/website-service-category.controller.js index f217f276..62874e38 100644 --- a/api/controllers/website-service-category.controller.js +++ b/api/controllers/website-service-category.controller.js @@ -39,6 +39,7 @@ exports.findRelatedWebsites = (req, res) => { ) .toString() + ` WHERE zk.obj_service_category_id = ${req.params.id} + AND w.production_status = "production" ORDER BY w.domain ASC;`; res = ctrl.sendQuery(