rep defect 46

This commit is contained in:
2025-02-07 12:45:30 +00:00
parent ff83456d03
commit 608348910f
4 changed files with 15 additions and 5 deletions
+6 -1
View File
@@ -39,7 +39,12 @@ module.exports = {
"/case/*": ["case", "home"],
"/case/[ticketnumber]": ["case", "home"],
"/case/id/[incident]": ["case", "home"],
"/myportal/representation": ["case", "myrepresentations", "common"],
"/myportal/representation": [
"case",
"myrepresentations",
"common",
"home",
],
"/myportal/error": ["myportal", "common"],
"/myportal/case/id/[incident]": ["case", "home"],
"/myportal/addresssearch": ["search", "case", "myportal"],