ithc changes and uat fixes

This commit is contained in:
2021-11-17 11:31:49 +00:00
parent fc79f72184
commit 4419681ebb
30 changed files with 565 additions and 496 deletions
+2 -2
View File
@@ -591,7 +591,7 @@ export const getAppealsTypes = (token) => {
return axios
.get(
WEBAPI_URL +
"stringmaps?$filter=attributename eq 'pinswg_appealcasetype' and value ne 'LDP' and value ne 'Misc Casework'&$count=true&$select=value,stringmapid,organizationid,attributevalue",
"stringmaps?$filter=objecttypecode eq 'incident' and attributename eq 'pinswg_appealcasetype' and value ne 'LDP' and value ne 'Misc Casework'&$count=true&$select=value,stringmapid,organizationid,attributevalue&$orderby=value asc",
azureHeaders(token)
)
.then((res) => res.data)
@@ -612,7 +612,7 @@ export const getLPA = (token) => {
return axios
.get(
WEBAPI_URL +
"accounts?$count=true&$filter=pinswg_isalocalplanningauthorityaccount eq 846040000&$select=name",
"accounts?$count=true&$filter=pinswg_isalocalplanningauthorityaccount eq 846040000&$select=name&$orderby=name asc",
azureHeaders(token)
)
.then((res) => {