Skip to content

Commit

Permalink
Merge branch 'test' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
khgsa committed Oct 23, 2024
2 parents 9962dcb + 6a7adac commit eaf9cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/controllers/website-service-category.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion src/assets/statics/accessforms.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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."
Expand Down

0 comments on commit eaf9cce

Please sign in to comment.