Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zaharchenko committed Oct 11, 2019
1 parent dbdae28 commit 325a877
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ protected String getReportUrl() {
reportUrl = reportUrl.concat("&removeFieldList=true");
}
} else if (BiUtil.isSaiku(reportPath)) {
reportUrl = String.format("%s/content/saiku-ui/index.html?username=%s&ticket=%s&autoLogin=true&biplugin5=true&MODE=%s&DEFAULT_VIEW_STATE=%s" +
reportUrl = String.format("%s/content/saiku-ui/index.html?" +
"username=%s&ticket=%s&autoLogin=true&biplugin5=true&MODE=%s&DEFAULT_VIEW_STATE=%s" +
"&CUBA_VIEW_STATE=%s&dimension_prefetch=false&hide_workspace_icons=true#query/open/%s",
serverUrl,
authInfoProvider == null ? "" : authInfoProvider.getUserLogin(),
Expand Down

0 comments on commit 325a877

Please sign in to comment.