Merge "Fix plan and logs export actions"

This commit is contained in:
Zuul 2018-10-22 13:41:45 +00:00 committed by Gerrit Code Review
commit fab342d6e7
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ export const downloadLogsFinished = execution => (
);
} else {
dispatch(
this.downloadLogsSuccess(
downloadLogsSuccess(
generateDownloadUrl(tempurl, getServiceUrl(getState(), 'swift'))
)
);

View File

@ -547,7 +547,7 @@ export const exportPlanFinished = execution => (
);
} else {
dispatch(
this.exportPlanSuccess(
exportPlanSuccess(
generateDownloadUrl(tempurl, getServiceUrl(getState(), 'swift'))
)
);