CreateProjectCommand no longer contains references to project.html, a file previously removed from the project.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@971 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
dc7060d390
commit
c94957b6a0
@ -152,7 +152,7 @@ public class CreateProjectCommand extends Command {
|
||||
|
||||
project.update();
|
||||
|
||||
redirect(response, "/project.html?project=" + project.id);
|
||||
redirect(response, "/project?project=" + project.id);
|
||||
} catch (Exception e) {
|
||||
redirect(response, "/error.html?redirect=index.html&msg=" +
|
||||
ParsingUtilities.encode("Failed to import file: " + e.getLocalizedMessage())
|
||||
|
Loading…
Reference in New Issue
Block a user