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"
+8 -8
View File
@@ -212,18 +212,18 @@ let MakeRepresentation = (props) => {
? (casesObj = jsonpath({
path: '$..[?(@.title=="' + caseReference + '")]',
json: setCaseQueryObj,
sandbox: {},
eval: true,
}))
: currentType == "watchedCases"
? (casesObj = jsonpath({
path: '$..[?(@.ticketnumber=="' + caseReference + '")]',
json: watchedCases,
sandbox: {},
eval: true,
}))
: (casesObj = jsonpath({
path: '$..[?(@.reference=="' + caseReference + '")]',
json: setCaseQueryObj,
sandbox: {},
eval: true,
}));
casesObj = Object.assign({}, ...casesObj);
@@ -271,7 +271,7 @@ let MakeRepresentation = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseResultsObj,
sandbox: {},
eval: true,
});
resultsObj = resultsObj[0];
@@ -282,7 +282,7 @@ let MakeRepresentation = (props) => {
path:
'$..[?(@.repfile_name =="' + router.query.created + '")]',
json: setCaseDetailsObj,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -290,7 +290,7 @@ let MakeRepresentation = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseDetailsObj,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -298,7 +298,7 @@ let MakeRepresentation = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseDetailsObj,
sandbox: {},
eval: true,
});
detailsObj = detailsObj[0];
@@ -945,7 +945,7 @@ let MakeRepresentation = (props) => {
detailsObj = jsonpath({
path: '$..[?(@.pinswg_name=="' + caseReference + '")]',
json: setCaseDetailsObj,
sandbox: {},
eval: true,
});
detailsObj = detailsObj[0];
@@ -31,7 +31,7 @@ const RepDetails = (props) => {
detailsObj = jsonpath({
path: '$..[?(@.pinswg_name=="' + caseReference + '")]',
json: setCaseDetailsObj,
sandbox: {},
eval: true,
});
detailsObj = detailsObj[0];
@@ -182,7 +182,7 @@ let RepLPA = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseDetailsObj,
sandbox: {},
eval: true,
});
let setCaseResultssObj = router.query.hasOwnProperty("state")
@@ -201,7 +201,7 @@ let RepLPA = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseResultssObj,
sandbox: {},
eval: true,
});
resultsObj = resultsObj[0];
@@ -23,7 +23,7 @@ const RepLPADetails = (props) => {
detailsObj = jsonpath({
path: '$..[?(@.pinswg_name=="' + caseReference + '")]',
json: setCaseDetailsObj,
sandbox: {},
eval: true,
});
detailsObj = detailsObj[0];
@@ -64,7 +64,7 @@ let Enforcement_Questionnaire = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseDetailsObj,
sandbox: {},
eval: true,
});
let setCaseResultssObj = router.query.hasOwnProperty("state")
@@ -87,7 +87,7 @@ let Enforcement_Questionnaire = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseResultssObj,
sandbox: {},
eval: true,
});
resultsObj = resultsObj[0];
@@ -66,7 +66,7 @@ let S78_Questionnaire = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseResultssObj,
sandbox: {},
eval: true,
});
let setCaseResultssObj = router.query.hasOwnProperty("state")
@@ -95,7 +95,7 @@ let S78_Questionnaire = (props) => {
currentView.caseReference.currentReference +
'")]',
json: setCaseResultssObj,
sandbox: {},
eval: true,
});
resultsObj = resultsObj[0];
+1 -1
View File
@@ -63,7 +63,7 @@ const RepresentationList = (props) => {
incidentid +
"')]",
json: item,
sandbox: {},
eval: true,
});
detailsObj = item;
+14 -12
View File
@@ -145,7 +145,7 @@ const CaseSummary = (props) => {
whichIncident +
"')]",
json: watchedCases,
sandbox: {},
eval: true,
});
return isWatched;
@@ -185,30 +185,30 @@ const CaseSummary = (props) => {
? (casesObj = jsonpath({
path: '$..[?(@.title=="' + caseReference + '")]',
json: searchResultsObj,
sandbox: {},
eval: true,
}))
: currentType == "watchedCases"
? (casesObj = jsonpath({
path: '$..[?(@.pinswg_title=="' + caseReference + '")]',
json: setCaseQueryObj,
sandbox: {},
eval: true,
}))
: currentType == "myCases"
? (casesObj = jsonpath({
path: '$..[?(@.pinswg_title=="' + caseReference + '")]',
json: setCaseQueryObj,
sandbox: {},
eval: true,
}))
: currentType == "directResultsObj"
? (casesObj = jsonpath({
path: '$..[?(@.ticketnumber=="' + caseReference + '")]',
json: setCaseQueryObj,
sandbox: {},
eval: true,
}))
: (casesObj = jsonpath({
path: '$..[?(@.reference=="' + caseReference + '")]',
json: setCaseQueryObj,
sandbox: {},
eval: true,
}));
casesObj = Object.assign({}, ...casesObj);
@@ -219,14 +219,14 @@ const CaseSummary = (props) => {
? (detailsObj = jsonpath({
path: '$..[?(@.pinswg_name=="' + caseReference + '")]',
json: searchDetailsObj,
sandbox: {},
eval: true,
}))
: currentType == "directResultsObj"
? (detailsObj = setCaseDetailsObj[0].value[0])
: (detailsObj = jsonpath({
path: '$..[?(@.pinswg_name=="' + caseReference + '")]',
jsopn: setCaseDetailsObj,
sandbox: {},
eval: true,
}));
detailsObj = typeof detailsObj == "object" ? detailsObj : detailsObj[0];
@@ -667,14 +667,16 @@ const CaseSummary = (props) => {
</dt>
<dd className="govuk-summary-list__value">
{router.locale == "cy"
? jsonpath(
'$..[?(@.value=="' +
? jsonpath({
path:
'$..[?(@.value=="' +
detailsObj[
"pinswg_casestage@OData.Community.Display.V1.FormattedValue"
] +
'")].value_cy',
transLookup
)
json: transLookup,
eval: true,
})
: detailsObj[
"pinswg_casestage@OData.Community.Display.V1.FormattedValue"
] ||
@@ -35,7 +35,7 @@ const Pinswg_advertsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -60,7 +60,7 @@ const Pinswg_advertsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_speacialistcaseprocess@OData.Community.Display.V1.FormattedValue"
@@ -82,7 +82,7 @@ const Pinswg_advertsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -125,7 +125,7 @@ const Pinswg_advertsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -146,7 +146,7 @@ const Pinswg_advertsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -167,7 +167,7 @@ const Pinswg_advertsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -192,7 +192,7 @@ const Pinswg_advertsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_callinss77id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_callinss77id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_callinss77id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_callinss77id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_callinss77id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_callinss77id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_commonlandid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_commonlandid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_commonlandid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_commonlandid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_commonlandid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_commonlandid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -242,7 +242,7 @@ const Pinswg_commonlandid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -250,7 +250,7 @@ const Pinswg_commonlandid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value',
json: transLookup,
sandbox: {},
eval: true,
}) ||
t(
"case:summary-no-date-entered-label"
@@ -35,7 +35,7 @@ const Pinswg_communityinfrastructurelevyid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_communityinfrastructurelevyid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_communityinfrastructurelevyid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_communityinfrastructurelevyid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_communityinfrastructurelevyid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_communityinfrastructurelevyid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_compulsorypurchaseordersid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -82,7 +82,7 @@ const Pinswg_compulsorypurchaseordersid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -103,7 +103,7 @@ const Pinswg_compulsorypurchaseordersid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -124,7 +124,7 @@ const Pinswg_compulsorypurchaseordersid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -148,7 +148,7 @@ const Pinswg_compulsorypurchaseordersid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -222,7 +222,7 @@ const Pinswg_compulsorypurchaseordersid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -230,7 +230,7 @@ const Pinswg_compulsorypurchaseordersid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value',
json: transLookup,
sandbox: {},
eval: true,
}) ||
t(
"case:summary-no-date-entered-label"
+6 -6
View File
@@ -131,7 +131,7 @@ const Pinswg_dnsid = (props) => {
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -157,7 +157,7 @@ const Pinswg_dnsid = (props) => {
detailsObj.pinswg_webaddress +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: (
<a
@@ -197,7 +197,7 @@ const Pinswg_dnsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -242,7 +242,7 @@ const Pinswg_dnsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_choiceofprocedure@OData.Community.Display.V1.FormattedValue"
@@ -305,7 +305,7 @@ const Pinswg_dnsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -374,7 +374,7 @@ const Pinswg_dnsid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -73,7 +73,7 @@ const Pinswg_electricityactid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -97,7 +97,7 @@ const Pinswg_electricityactid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -159,7 +159,7 @@ const Pinswg_electricityactid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -182,7 +182,7 @@ const Pinswg_electricityactid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -203,7 +203,7 @@ const Pinswg_electricityactid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -227,7 +227,7 @@ const Pinswg_electricityactid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -301,7 +301,7 @@ const Pinswg_electricityactid = (props) => {
detailsObj.pinswg_recommendation +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj.pinswg_recommendation ||
t(
@@ -324,7 +324,7 @@ const Pinswg_electricityactid = (props) => {
detailsObj.pinswg_webaddress +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj.pinswg_webaddress ||
t(
@@ -35,7 +35,7 @@ const Pinswg_enforcementlistedbuildingconseid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_enforcementlistedbuildingconseid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_enforcementlistedbuildingconseid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_enforcementlistedbuildingconseid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_enforcementlistedbuildingconseid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_enforcementlistedbuildingconseid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_enforcementnoticeappeals174id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_enforcementnoticeappeals174id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_enforcementnoticeappeals174id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_enforcementnoticeappeals174id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_enforcementnoticeappeals174id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_enforcementnoticeappeals174id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_environmentalpermittingid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_environmentalpermittingid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_environmentalpermittingid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_environmentalpermittingid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_environmentalpermittingid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_environmentalpermittingid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -242,7 +242,7 @@ const Pinswg_environmentalpermittingid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -250,7 +250,7 @@ const Pinswg_environmentalpermittingid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value',
json: transLookup,
sandbox: {},
eval: true,
}) ||
t(
"case:summary-no-date-entered-label"
@@ -73,7 +73,7 @@ const Pinswg_harbourrevisionorderid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -97,7 +97,7 @@ const Pinswg_harbourrevisionorderid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -159,7 +159,7 @@ const Pinswg_harbourrevisionorderid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -180,7 +180,7 @@ const Pinswg_harbourrevisionorderid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -204,7 +204,7 @@ const Pinswg_harbourrevisionorderid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -278,7 +278,7 @@ const Pinswg_harbourrevisionorderid = (props) => {
detailsObj.pinswg_recommendation +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj.pinswg_recommendation ||
t(
@@ -301,7 +301,7 @@ const Pinswg_harbourrevisionorderid = (props) => {
detailsObj.pinswg_webaddress +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj.pinswg_webaddress ||
t(
@@ -35,7 +35,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -60,7 +60,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_specialistcaseprocess@OData.Community.Display.V1.FormattedValue"
@@ -82,7 +82,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -125,7 +125,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -146,7 +146,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -167,7 +167,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -191,7 +191,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -265,7 +265,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -273,7 +273,7 @@ const Pinswg_hedgeshedgerowstreepreservatioid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value',
json: transLookup,
sandbox: {},
eval: true,
}) ||
t(
"case:summary-no-date-entered-label"
@@ -35,7 +35,7 @@ const Pinswg_householderappealhasid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_householderappealhasid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_householderappealhasid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_householderappealhasid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -147,7 +147,7 @@ const Pinswg_householderappealhasid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_lawfuldevelopmentcertificatappid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_lawfuldevelopmentcertificatappid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_lawfuldevelopmentcertificatappid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_lawfuldevelopmentcertificatappid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_lawfuldevelopmentcertificatappid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_lawfuldevelopmentcertificatappid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
+6 -6
View File
@@ -35,7 +35,7 @@ const Pinswg_ldpid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_ldpid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -81,7 +81,7 @@ const Pinswg_ldpid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_ldpid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_ldpid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -147,7 +147,7 @@ const Pinswg_ldpid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_listedbuildingandconservationrid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_listedbuildingandconservationrid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_listedbuildingandconservationrid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_listedbuildingandconservationrid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_listedbuildingandconservationrid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_listedbuildingandconservationrid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_maintenanceoflands217id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_maintenanceoflands217id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_maintenanceoflands217id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_maintenanceoflands217id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_maintenanceoflands217id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_maintenanceoflands217id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_miscellaneouscasewordid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_miscellaneouscasewordid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_miscellaneouscasewordid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_miscellaneouscasewordid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_miscellaneouscasewordid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_miscellaneouscasewordid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -242,7 +242,7 @@ const Pinswg_miscellaneouscasewordid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -250,7 +250,7 @@ const Pinswg_miscellaneouscasewordid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value',
json: transLookup,
sandbox: {},
eval: true,
}) ||
t(
"case:summary-no-date-entered-label"
@@ -35,7 +35,7 @@ const Pinswg_nonvalidationid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_nonvalidationid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -80,7 +80,7 @@ const Pinswg_nonvalidationid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -101,7 +101,7 @@ const Pinswg_nonvalidationid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -125,7 +125,7 @@ const Pinswg_nonvalidationid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decisionissued@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_planningappeals78id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_planningappeals78id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_planningappeals78id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_planningappeals78id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -147,7 +147,7 @@ const Pinswg_planningappeals78id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -171,7 +171,7 @@ const Pinswg_planningappeals78id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_dicision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_planningconditionss73s79id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_planningconditionss73s79id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_planningconditionss73s79id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_planningconditionss73s79id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_planningconditionss73s79id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_planningconditionss73s79id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -35,7 +35,7 @@ const Pinswg_planningobligationappeals106id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_planningobligationappeals106id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_planningobligationappeals106id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_planningobligationappeals106id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_planningobligationappeals106id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_planningobligationappeals106id = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
+9 -9
View File
@@ -35,7 +35,7 @@ const Pinswg_rowid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -60,7 +60,7 @@ const Pinswg_rowid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_specialistcaseprocess@OData.Community.Display.V1.FormattedValue"
@@ -82,7 +82,7 @@ const Pinswg_rowid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -125,7 +125,7 @@ const Pinswg_rowid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -146,7 +146,7 @@ const Pinswg_rowid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -167,7 +167,7 @@ const Pinswg_rowid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -191,7 +191,7 @@ const Pinswg_rowid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -265,7 +265,7 @@ const Pinswg_rowid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -273,7 +273,7 @@ const Pinswg_rowid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value',
json: transLookup,
sandbox: {},
eval: true,
}) ||
t(
"case:summary-no-date-entered-label"
@@ -73,7 +73,7 @@ const Pinswg_transportandworkactid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -122,7 +122,7 @@ const Pinswg_transportandworkactid = (props) => {
detailsObj.pinswg_recommendation +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj.pinswg_recommendation ||
t(
@@ -145,7 +145,7 @@ const Pinswg_transportandworkactid = (props) => {
detailsObj.pinswg_webaddress +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj.pinswg_webaddress ||
t(
@@ -35,7 +35,7 @@ const Pinswg_wayleaveid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"pinswg_appealcasetype@OData.Community.Display.V1.FormattedValue"
@@ -59,7 +59,7 @@ const Pinswg_wayleaveid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"_pinswg_associatedlpa_value@OData.Community.Display.V1.FormattedValue"
@@ -102,7 +102,7 @@ const Pinswg_wayleaveid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_procedure@OData.Community.Display.V1.FormattedValue"
@@ -123,7 +123,7 @@ const Pinswg_wayleaveid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_typeofevent@OData.Community.Display.V1.FormattedValue"
@@ -144,7 +144,7 @@ const Pinswg_wayleaveid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: casesObj[
"statuscode@OData.Community.Display.V1.FormattedValue"
@@ -168,7 +168,7 @@ const Pinswg_wayleaveid = (props) => {
] +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: detailsObj[
"pinswg_decision@OData.Community.Display.V1.FormattedValue"
@@ -242,7 +242,7 @@ const Pinswg_wayleaveid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value_cy',
json: transLookup,
sandbox: {},
eval: true,
})
: jsonpath({
path:
@@ -250,7 +250,7 @@ const Pinswg_wayleaveid = (props) => {
detailsObj.pinswg_relevantauthorityname +
'")].value',
json: transLookup,
sandbox: {},
eval: true,
}) ||
t(
"case:summary-no-date-entered-label"