Skip to content

Commit

Permalink
BZ-1007725 - Same dashbuilder functionality accessible in 2 ways
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutierr committed Sep 16, 2013
1 parent a652e12 commit 45457ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -261,7 +261,7 @@ public void execute() {
}
} ).endMenu().build().getItems().get( 0 ) );

final String dashbuilderURL = DashboardURLBuilder.getDashboardURL("/dashbuilder/workspace", null, LocaleInfo.getCurrentLocale());
final String dashbuilderURL = DashboardURLBuilder.getDashboardURL("/dashbuilder/workspace/showcase", null, LocaleInfo.getCurrentLocale());
result.add( MenuFactory.newSimpleItem( constants.Business_Dashboard() ).respondsWith( new Command() {
@Override
public void execute() {
Expand Down
Expand Up @@ -129,7 +129,7 @@ public void execute() {
}
} ) );

final String dashbuilderURL = DashboardURLBuilder.getDashboardURL("/dashbuilder/workspace", null, LocaleInfo.getCurrentLocale());
final String dashbuilderURL = DashboardURLBuilder.getDashboardURL("/dashbuilder/workspace/showcase", null, LocaleInfo.getCurrentLocale());
s5.addEntry( ModelUtils.makeSectionEntry( constants.Business_Dashboard(),
new Command() {
@Override
Expand Down

0 comments on commit 45457ec

Please sign in to comment.