Commit 97829317 authored by Frank Bergmann's avatar Frank Bergmann

- GanttTreePanel:

  Added colum project_nr
parent 8d9c0482
......@@ -89,6 +89,7 @@ Ext.define('PO.view.gantt.GanttTreePanel', {
var children = model.childNodes;
if (0 == children.length) { return model.get('project_name'); } else { return "<b>"+model.get('project_name')+"</b>"; }
}},
{text: 'Nr', flex: 1, dataIndex: 'project_nr', hidden: true},
{text: 'Work', width: 55, align: 'right', dataIndex: 'planned_units', editor: {
xtype: 'numberfield',
minValue: 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment