Issue in Workflow Activities when the records are ordered and void move the record id column
kind regards Victor Perez www.e-evolution.com Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2992649
This commit is contained in:
parent
59d062fd5c
commit
2d3d18d0f9
|
@ -143,7 +143,7 @@ public class WFActivity extends CPanel
|
|||
private static CLogger log = CLogger.getCLogger(WFActivity.class);
|
||||
|
||||
DefaultTableModel selTableModel = new DefaultTableModel(
|
||||
new String[]{Msg.translate(Env.getCtx(),"ID"),
|
||||
new String[]{"ID",
|
||||
Msg.translate(Env.getCtx(), "Priority"),
|
||||
Msg.translate(Env.getCtx(), "AD_WF_Node_ID"),
|
||||
Msg.translate(Env.getCtx(), "Summary")}, 0);
|
||||
|
|
Loading…
Reference in New Issue