提交 8f235043 编写于 作者: T Tijs Rademakers

Merge pull request #738 from fluidnotions/activiti6

bug fix for null overwrite of formKey if it exissts
......@@ -333,7 +333,7 @@ public class DeploymentServiceImpl implements DeploymentService {
}
}
if (StringUtils.isEmpty(formKey)) {
if (StringUtils.isEmpty(finalFormKey)) {
finalFormKey = formKey;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册