show reps on results for view all
This commit is contained in:
@@ -36,6 +36,8 @@ import {
|
|||||||
setMyRepresentationsDetails,
|
setMyRepresentationsDetails,
|
||||||
} from "../../store/myRepresentations/action";
|
} from "../../store/myRepresentations/action";
|
||||||
|
|
||||||
|
import RepsOnResults from "../search/repsonresults";
|
||||||
|
|
||||||
const ViewAllResults = (props) => {
|
const ViewAllResults = (props) => {
|
||||||
const {
|
const {
|
||||||
searchString,
|
searchString,
|
||||||
@@ -268,7 +270,7 @@ const ViewAllResults = (props) => {
|
|||||||
? currentView.viewKey ==
|
? currentView.viewKey ==
|
||||||
"myRepresentations"
|
"myRepresentations"
|
||||||
? resultsArr[key].caseRef
|
? resultsArr[key].caseRef
|
||||||
: resultsArr[key].ticketnumber
|
: resultsArr[key].pinswg_title
|
||||||
: resultsArr[key][
|
: resultsArr[key][
|
||||||
"_pinswg_watchedcase_value@OData.Community.Display.V1.FormattedValue"
|
"_pinswg_watchedcase_value@OData.Community.Display.V1.FormattedValue"
|
||||||
]}
|
]}
|
||||||
@@ -281,6 +283,8 @@ const ViewAllResults = (props) => {
|
|||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
<RepsOnResults detailsObj={resultsArr[key]} />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</dd>
|
</dd>
|
||||||
|
|||||||
@@ -20,7 +20,12 @@ module.exports = {
|
|||||||
"/myportal/searchresults": ["search", "myportal", "case"],
|
"/myportal/searchresults": ["search", "myportal", "case"],
|
||||||
"/myportal/case": ["case"],
|
"/myportal/case": ["case"],
|
||||||
"/myportal/case/[ticketnumber]": ["case"],
|
"/myportal/case/[ticketnumber]": ["case"],
|
||||||
"/myportal/dnsapplications": ["search", "dnsCommon", "dnsApplications"],
|
"/myportal/dnsapplications": [
|
||||||
|
"search",
|
||||||
|
"dnsCommon",
|
||||||
|
"dnsApplications",
|
||||||
|
"case",
|
||||||
|
],
|
||||||
"/myportal/dnsdetails": [
|
"/myportal/dnsdetails": [
|
||||||
"case",
|
"case",
|
||||||
"search",
|
"search",
|
||||||
@@ -59,7 +64,7 @@ module.exports = {
|
|||||||
"/dns": ["dnsCommon", "dnsHome"],
|
"/dns": ["dnsCommon", "dnsHome"],
|
||||||
"/dns/applications": ["dnsCommon", "dnsApplications"],
|
"/dns/applications": ["dnsCommon", "dnsApplications"],
|
||||||
"/dns/application-view": ["dnsCommon", "dnsApplicationView"],
|
"/dns/application-view": ["dnsCommon", "dnsApplicationView"],
|
||||||
"/dnsapplications": ["search", "dnsCommon", "dnsApplications"],
|
"/dnsapplications": ["search", "dnsCommon", "dnsApplications", "case"],
|
||||||
"/dnsdetails": ["case", "search", "dnsCommon", "dnsApplications"],
|
"/dnsdetails": ["case", "search", "dnsCommon", "dnsApplications"],
|
||||||
"/help/cookies": ["common", "cookies"],
|
"/help/cookies": ["common", "cookies"],
|
||||||
"/account/register": ["common", "account"],
|
"/account/register": ["common", "account"],
|
||||||
|
|||||||
Reference in New Issue
Block a user