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
+4 -4
View File
@@ -160,7 +160,7 @@ const DocumentDetails = (props) => {
? jsonpath({
path: '$..[?(@.value=="All")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: "All"}
</option>
@@ -179,7 +179,7 @@ const DocumentDetails = (props) => {
item.pinswg_isharedocumentlocationsLabel +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: item.pinswg_isharedocumentlocationsLabel ||
t(
@@ -746,7 +746,7 @@ const DocumentDetails = (props) => {
incidentid +
"')]",
json: item,
sandbox: {},
eval: true,
});
detailsObj = item;
return (
@@ -841,7 +841,7 @@ const DocumentDetails = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_isharedocumentlocations@OData.Community.Display.V1.FormattedValue"