ludc
2024-12-06 1f07eea84278e4a23f61f878dd43fae88cb55794
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');
    });
  });
};