Fixed ImportProjectCommand so it no longer contains references to project.html, a file previously removed from the project.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@980 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
1f67cca3eb
commit
f47cb75525
@ -57,7 +57,7 @@ public class ImportProjectCommand extends Command {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
redirect(response, "/project.html?project=" + projectID);
|
redirect(response, "/project?project=" + projectID);
|
||||||
} else {
|
} else {
|
||||||
redirect(response, "/error.html?redirect=index.html&msg=" +
|
redirect(response, "/error.html?redirect=index.html&msg=" +
|
||||||
ParsingUtilities.encode("Failed to import project")
|
ParsingUtilities.encode("Failed to import project")
|
||||||
|
Loading…
Reference in New Issue
Block a user