Skip to content

Commit

Permalink
fix(ZNTA-2708): specify duration for mt merge process status error no…
Browse files Browse the repository at this point in the history
…tifications (#997)
  • Loading branch information
Earl Floden authored Jul 25, 2018
1 parent a40686f commit 7596b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/zanata-frontend/src/app/reducers/version-reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ const version = handleActions({
? statusToSeverity(state.MTMerge.processStatus.statusCode)
: SEVERITY.INFO}`,
message: `MT Merge finished ${state.MTMerge.processStatus
? 'with status: ' + state.MTMerge.processStatus.statusCode : ''}`
? 'with status: ' + state.MTMerge.processStatus.statusCode : ''}`,
duration: SEVERITY.ERROR ? null : 3.5
}
}
})
Expand Down

0 comments on commit 7596b59

Please sign in to comment.