@boomerang-io/carbon-addons-boomerang-react 4.6.15-beta.1 → 4.6.15-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -178,14 +178,14 @@ function AdvantageSideNav(props) {
178
178
  React__default.default.createElement("div", null,
179
179
  homeLink ? (React__default.default.createElement(react.SideNavLink, { "data-testid": "sidenav-home-link", isActive: `${baseEnvUrl}/${app}/`.includes(windowLocation.href), renderIcon: icons.Home, href: homeLink, onClick: (e) => {
180
180
  if (isLaunchpad) {
181
- handleLaunchpadLink(e);
182
- history.push("/");
181
+ //handleLaunchpadLink(e);
182
+ history.push(homeLink);
183
183
  }
184
184
  handleHomeClick();
185
185
  } }, "Home")) : null,
186
186
  teamSwitcherTeam ? (React__default.default.createElement(react.SideNavLink, { title: teamSwitcherTeam.isAccount ? "Account Page" : "Team Page", name: teamSwitcherTeam.name, "data-testid": "sidenav-team-link", id: teamSwitcherTeam.id, isActive: windowLocation.href.includes(`/launchpad/teams/${teamSwitcherTeam.id}`), className: `${settings.prefix}--bmrg-advantage-sidenav-team`, renderIcon: icons.UserMultiple, href: `${baseEnvUrl}/${app}/teams/${teamSwitcherTeam.id}`, onClick: (e) => {
187
187
  if (isLaunchpad) {
188
- handleLaunchpadLink(e);
188
+ //handleLaunchpadLink(e);
189
189
  history.push(`/launchpad/teams/${teamSwitcherTeam.id}`);
190
190
  }
191
191
  handleTeamClick({
@@ -169,14 +169,14 @@ function AdvantageSideNav(props) {
169
169
  React.createElement("div", null,
170
170
  homeLink ? (React.createElement(SideNavLink, { "data-testid": "sidenav-home-link", isActive: `${baseEnvUrl}/${app}/`.includes(windowLocation.href), renderIcon: Home, href: homeLink, onClick: (e) => {
171
171
  if (isLaunchpad) {
172
- handleLaunchpadLink(e);
173
- history.push("/");
172
+ //handleLaunchpadLink(e);
173
+ history.push(homeLink);
174
174
  }
175
175
  handleHomeClick();
176
176
  } }, "Home")) : null,
177
177
  teamSwitcherTeam ? (React.createElement(SideNavLink, { title: teamSwitcherTeam.isAccount ? "Account Page" : "Team Page", name: teamSwitcherTeam.name, "data-testid": "sidenav-team-link", id: teamSwitcherTeam.id, isActive: windowLocation.href.includes(`/launchpad/teams/${teamSwitcherTeam.id}`), className: `${prefix}--bmrg-advantage-sidenav-team`, renderIcon: UserMultiple, href: `${baseEnvUrl}/${app}/teams/${teamSwitcherTeam.id}`, onClick: (e) => {
178
178
  if (isLaunchpad) {
179
- handleLaunchpadLink(e);
179
+ //handleLaunchpadLink(e);
180
180
  history.push(`/launchpad/teams/${teamSwitcherTeam.id}`);
181
181
  }
182
182
  handleTeamClick({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boomerang-io/carbon-addons-boomerang-react",
3
3
  "description": "Carbon Addons for Boomerang apps",
4
- "version": "4.6.15-beta.1",
4
+ "version": "4.6.15-beta.11",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"