rep defect 46
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user