Source/plt-web/plt-web-ui/src/components/actions/base/RevisionAction.js
@@ -43,7 +43,7 @@ } callPreEvent(options, doBefore, function (options) { doRev(options, function (formData) { callPostEvent(options, doAfter,'rev', callback); callPostEvent(options, doAfter,callback,'rev'); }); }); };