Skip to content

Commit

Permalink
Merge branch 'dataverse-affiliation-refactoring' into dataverse-v4.17…
Browse files Browse the repository at this point in the history
…-SP-bug-fixes
  • Loading branch information
manikon committed Nov 11, 2019
2 parents c4b48fc + c1304ea commit 43bbe85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public String save() {
if (dv == null || !dv.isReleased()) {
alias = "";
}
if (!alias.equals("") && redirectPage.contains("/dataverse.xhtml")) {
if (!alias.equals("") && redirectPage.contains("dataverse.xhtml")) {
redirectPage = "%2Fdataverse.xhtml%3Falias%3D" + alias;
logger.log(Level.FINE, "redirect {0} to affiliate {1} dataverse", new Object[] {redirectPage, alias});
}
Expand Down

0 comments on commit 43bbe85

Please sign in to comment.