Merged PR 2288: add in company name for appellant and autofill agent details in new appeal
add in company name for appellant and autofill agent details in new appeal Related work items: #22842
This commit is contained in:
@@ -15,7 +15,7 @@ export default async function ApiProxy(req, res) {
|
||||
const queryUrl =
|
||||
"pinswg_eventrecordings?$count=true&$filter=_pinswg_regardingcase_value eq " +
|
||||
caseid +
|
||||
" and pinswg_publishtoweb eq true&$select=pinswg_videoplatformurl,pinswg_eventrecordingid,pinswg_publishtoweb,pinswg_eventrecordingname,pinswg_eventrecordingpublisheddate,createdon";
|
||||
" and pinswg_publishtoweb eq true&$select=pinswg_videoplatformurl,pinswg_eventrecordingid,pinswg_publishtoweb,pinswg_eventrecordingname,pinswg_eventrecordingpublisheddate,createdon,pinswg_description,pinswg_videoplatformurlwelsh";
|
||||
|
||||
return relayGet({
|
||||
queryUrl,
|
||||
|
||||
Reference in New Issue
Block a user