show reps on results for view all
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user