Merge branch 'Development' into SIPS-Development
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user