show reps on results for view all

This commit is contained in:
2025-08-12 07:20:43 +01:00
parent 6fa2418b19
commit 8d8ae89ae6
2 changed files with 12 additions and 3 deletions
+5 -1
View File
@@ -36,6 +36,8 @@ import {
setMyRepresentationsDetails,
} from "../../store/myRepresentations/action";
import RepsOnResults from "../search/repsonresults";
const ViewAllResults = (props) => {
const {
searchString,
@@ -268,7 +270,7 @@ const ViewAllResults = (props) => {
? currentView.viewKey ==
"myRepresentations"
? resultsArr[key].caseRef
: resultsArr[key].ticketnumber
: resultsArr[key].pinswg_title
: resultsArr[key][
"_pinswg_watchedcase_value@OData.Community.Display.V1.FormattedValue"
]}
@@ -281,6 +283,8 @@ const ViewAllResults = (props) => {
</span>
</>
)}
<RepsOnResults detailsObj={resultsArr[key]} />
</>
)}
</dd>