Skip to content

Commit

Permalink
On sign up, land on affiliation page
Browse files Browse the repository at this point in the history
  • Loading branch information
manikon committed Nov 11, 2019
1 parent f22e3a3 commit c1304ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,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 c1304ea

Please sign in to comment.