Merged PR 868: adjusted show hide of maps and reps button

adjusted show hide of maps and reps button

Related work items: #7707
This commit is contained in:
Robert Bond
2022-06-16 12:44:06 +00:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -45,10 +45,10 @@ RELAYPATH = "dev-pedw-hc"
GOOGLE_TAG_MANAGER = GTM-T78CBC3 GOOGLE_TAG_MANAGER = GTM-T78CBC3
SHOWLOGIN = "true" SHOWLOGIN = "false"
SHOWREPRESENTATIONS = false SHOWREPRESENTATIONS = "false"
SHOWFILEUPLOAD = "false" SHOWFILEUPLOAD = "false"
SHOWMAPS = "true" SHOWMAPS = "false"
//BASIC_AUTH_CREDENTIALS = pinswg:password|pinswg2:password2 //BASIC_AUTH_CREDENTIALS = pinswg:password|pinswg2:password2
+1 -1
View File
@@ -65,7 +65,7 @@ const CaseSummary = (props) => {
} = props; } = props;
const noRepresentationLink = [ const noRepresentationLink = [
//"/case", "/case",
"/dnsdetails", "/dnsdetails",
"/dns/[developmentName]", "/dns/[developmentName]",
]; ];