Merge branch 'Development' into SIPS-Development

This commit is contained in:
2025-04-16 08:27:06 +01:00
54 changed files with 266 additions and 264 deletions
+6 -6
View File
@@ -101,7 +101,7 @@ const SearchResults = (props) => {
whichIncident +
"')]",
json: watchedCases,
sandbox: {},
eval: true,
});
return isWatched;
@@ -252,7 +252,7 @@ const SearchResults = (props) => {
'")]',
json: searchDetailsObj,
sandbox: {},
eval: true,
});
detailsObj = detailsObj[0];
return (
@@ -468,7 +468,7 @@ const SearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item[
"_pinswg_localplanningauthority_value@OData.Community.Display.V1.FormattedValue"
@@ -486,7 +486,7 @@ const SearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -509,7 +509,7 @@ const SearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item["pinswg_appealType"] ||
"N/A"}
@@ -531,7 +531,7 @@ const SearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item[
"statuscode@OData.Community.Display.V1.FormattedValue"
+3 -3
View File
@@ -133,7 +133,7 @@ const RenderCaseStatusList = ({
.statuscode +
'")].value_cy',
json: optionsObj,
sandbox: {},
eval: true,
})
: optionsObj[key].value ||
t(
@@ -258,7 +258,7 @@ let AdvancedSearch = (props) => {
.name +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: optionsObj[key].name ||
t(
@@ -363,7 +363,7 @@ let AdvancedSearch = (props) => {
.value +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: optionsObj[key].value ||
t(
+4 -4
View File
@@ -178,7 +178,7 @@ const DNSSearchResults = (props) => {
whichIncident +
"')]",
json: watchedCases,
sandbox: {},
eval: true,
});
return isWatched;
@@ -318,7 +318,7 @@ const DNSSearchResults = (props) => {
item.title +
'")]',
json: searchDetailsObj,
sandbox: {},
eval: true,
});
detailsObj = detailsObj[0];
@@ -523,7 +523,7 @@ const DNSSearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -546,7 +546,7 @@ const DNSSearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item[
"statuscode@OData.Community.Display.V1.FormattedValue"
+5 -5
View File
@@ -108,7 +108,7 @@ const SearchResults = (props) => {
"')]",
json: watchedCases,
sandbox: {},
eval: true,
});
return isWatched;
@@ -257,7 +257,7 @@ const SearchResults = (props) => {
item.title +
'")]',
json: searchDetailsObj,
sandbox: {},
eval: true,
});
Object.assign(item, item.pinswg_sipscase);
@@ -488,7 +488,7 @@ const SearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -511,7 +511,7 @@ const SearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -534,7 +534,7 @@ const SearchResults = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item[
"statuscode@OData.Community.Display.V1.FormattedValue"