IDEMPIERE-2794 Run process via web services does not validate inactive parameters

This commit is contained in:
Diego Ruiz 2020-04-23 19:28:31 +02:00 committed by Carlos Ruiz
parent 0b663af8ab
commit ffb6388d3c
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ public class MProcess extends X_AD_Process
final String whereClause = MProcessPara.COLUMNNAME_AD_Process_ID+"=?";
List<MProcessPara> list = new Query(getCtx(), I_AD_Process_Para.Table_Name, whereClause, get_TrxName())
.setParameters(get_ID())
.setOnlyActiveRecords(true)
.setOrderBy(MProcessPara.COLUMNNAME_SeqNo)
.list();
//