[ 1921777 ] 2pack do not support import a Dynamic Validation Rule
This commit is contained in:
parent
fa4343d2ad
commit
f26eacc50c
|
|
@ -214,7 +214,9 @@ public class ProcessElementHandler extends AbstractElementHandler {
|
||||||
packOut.createReference(rsP
|
packOut.createReference(rsP
|
||||||
.getInt("AD_Reference_Value_ID"),
|
.getInt("AD_Reference_Value_ID"),
|
||||||
document);
|
document);
|
||||||
|
if (rsP.getInt("AD_Val_Rule_ID") > 0)
|
||||||
|
packOut.createDynamicRuleValidation (rsP.getInt("AD_Val_Rule_ID"), document);
|
||||||
|
|
||||||
createProcessPara(ctx, document, rsP
|
createProcessPara(ctx, document, rsP
|
||||||
.getInt("AD_Process_Para_ID"));
|
.getInt("AD_Process_Para_ID"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue