Commit b5f4b791 authored by Frank Bergmann's avatar Frank Bergmann

- Updated GanttEditor read-only handling

parent 4b87d760
......@@ -291,7 +291,9 @@ function launchGanttEditor(debug){
// Create the panel showing properties of a task,
// but don't show it yet.
var taskPropertyPanel = Ext.create("PO.view.gantt.GanttTaskPropertyPanel", {
debug: true
debug: true,
senchaPreferenceStore: senchaPreferenceStore,
ganttTreePanelController: ganttTreePanelController
});
taskPropertyPanel.hide();
......
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