removed s from SIPs - is singular not plural
This commit is contained in:
@@ -342,7 +342,7 @@ const DNSSearchResults = (props) => {
|
|||||||
appType ==
|
appType ==
|
||||||
"Developments of National Significance"
|
"Developments of National Significance"
|
||||||
? "DNS"
|
? "DNS"
|
||||||
: "SIPs";
|
: "SIP";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -379,7 +379,7 @@
|
|||||||
"MetadataId": "8d31911b-b8ea-ef11-ab08-00224800be9c",
|
"MetadataId": "8d31911b-b8ea-ef11-ab08-00224800be9c",
|
||||||
"appealTypeID": "846040002",
|
"appealTypeID": "846040002",
|
||||||
"NavigationProperty": "pinswg_SIPSIds",
|
"NavigationProperty": "pinswg_SIPSIds",
|
||||||
"value": "SIPs"
|
"value": "SIP"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -307,7 +307,7 @@ export default async function ApiProxy(req, res) {
|
|||||||
"appealTypeID": "846040002",
|
"appealTypeID": "846040002",
|
||||||
"tmpNav": "pinswg_sipsid",
|
"tmpNav": "pinswg_sipsid",
|
||||||
"NavigationProperty": "pinswg_SIPSids",
|
"NavigationProperty": "pinswg_SIPSids",
|
||||||
"value": "SIPs",
|
"value": "SIP",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -608,7 +608,7 @@ export default async function ApiProxy(req, res) {
|
|||||||
"pinswg_appealType": item.value,
|
"pinswg_appealType": item.value,
|
||||||
"incidentid":
|
"incidentid":
|
||||||
key[
|
key[
|
||||||
item.value == "SIPs"
|
item.value == "SIP"
|
||||||
? "_pinswg_sipscase_value"
|
? "_pinswg_sipscase_value"
|
||||||
: "_" +
|
: "_" +
|
||||||
item.NavigationProperty.toLowerCase() +
|
item.NavigationProperty.toLowerCase() +
|
||||||
|
|||||||
Reference in New Issue
Block a user