added searching by LPA application ref and criteria highlighting

This commit is contained in:
2026-01-09 13:37:40 +00:00
parent 062f64d157
commit 9b0f9acff9
16 changed files with 715 additions and 48 deletions
@@ -661,6 +661,7 @@ export default async function ApiProxy(req, res) {
Object.assign(key, {
"pinswg_publishtoweb": incidentObj.pinswg_publishtoweb,
"ticketnumber": incidentObj.ticketnumber,
"pinswg_lpareference": incidentObj.pinswg_lpareference,
});
return incidentObj;