Skip to content

Commit 1d7646c

Browse files
committed
Merge branch '7.6' of github.com:gchq/stroom into 7.7
2 parents 70f04c3 + 77410a0 commit 1d7646c

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
@@ -74,10 +74,11 @@ private static String getMessage(final ResourceGeneration result) {
7474
}
7575

7676
private static void download(final LocationManager locationManager, final ResourceGeneration result) {
77-
// Change the browser location to download the zip
78-
// file.
77+
// Change the browser location to download the zip file.
7978
locationManager.replace(GWT.getHostPageBaseURL() +
80-
"resourcestore/?uuid=" +
79+
"resourcestore/" +
80+
result.getResourceKey().getName() +
81+
"?uuid=" +
8182
result.getResourceKey().getKey());
8283
}
8384
}

0 commit comments

Comments
 (0)