Skip to content

Commit

Permalink
fix(routes): ent-4366 rhosak product path id (#826)
Browse files Browse the repository at this point in the history
* routes, use streams alias for rhosak
  • Loading branch information
cdcabrera authored Nov 11, 2021
1 parent a512678 commit 4a02667
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ exports[`Authentication Component should return a redirect on 418 error: 418 err
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/rhosak",
"path": "/streams",
"redirect": null,
},
Object {
Expand Down Expand Up @@ -522,7 +522,7 @@ exports[`Authentication Component should return a redirect on a specific 403 err
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/rhosak",
"path": "/streams",
"redirect": null,
},
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ exports[`Redirect Component should render a basic component: basic 1`] = `
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/rhosak",
"path": "/streams",
"redirect": null,
},
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ exports[`Router Component should render a basic component: basic 1`] = `
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/rhosak",
"path": "/streams",
"redirect": null,
},
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Object {
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/rhosak",
"path": "/streams",
"redirect": null,
},
Object {
Expand Down
4 changes: 2 additions & 2 deletions src/config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ const routes = [
},
{
id: 'rhosak',
path: '/rhosak',
path: '/streams',
pathParameter: [rhosakConfig.productId],
productParameter: [rhosakConfig.productGroup],
productConfig: [rhosakConfig],
redirect: null,
isSearchable: true,
aliases: [],
aliases: ['application-services', 'streams', 'rhosak'],
activateOnError: false,
disabled: helpers.UI_DISABLED,
default: false,
Expand Down

0 comments on commit 4a02667

Please sign in to comment.