Skip to content

Commit

Permalink
Fix "Open Blue Ocean" URL for classic pages where there's no BO page …
Browse files Browse the repository at this point in the history
…e.g. folders
  • Loading branch information
tfennelly committed Feb 13, 2017
1 parent b084b20 commit a8a7805
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ private BlueOceanWebURLBuilder() {
} else {
return new TryBlueOceanURLs(blueUrl);
}
} else if (object instanceof Item) {
return new TryBlueOceanURLs(getBlueHome(), ((Item) object).getUrl());
}
}
}
Expand Down

0 comments on commit a8a7805

Please sign in to comment.