Skip to content

Commit 797dd84

Browse files
committed
Merge branch '7.2' of github.com:gchq/stroom into 7.3
2 parents b913c76 + 6c752b3 commit 797dd84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: stroom-core-client/src/main/java/stroom/dispatch/client/ExportFileCompleteUtil.java

+4-3
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ private static String getMessage(final ResourceGeneration result) {
8080
}
8181

8282
private static void download(final LocationManager locationManager, final ResourceGeneration result) {
83-
// Change the browser location to download the zip
84-
// file.
83+
// Change the browser location to download the zip file.
8584
locationManager.replace(GWT.getHostPageBaseURL() +
86-
"resourcestore/?uuid=" +
85+
"resourcestore/" +
86+
result.getResourceKey().getName() +
87+
"?uuid=" +
8788
result.getResourceKey().getKey());
8889
}
8990
}

0 commit comments

Comments
 (0)