Commit 15a2df66 authored by Frank Bergmann's avatar Frank Bergmann

- Working on Sencha Gantt Editor:

  - moved PO.class.CategoryStore to PO.store.CategoryStore
  - Added a PreferenceStateProvider.js based on SenchaPreference,
    that still needs debugging
parent 47f4df3b
...@@ -14,7 +14,7 @@ Ext.require([ ...@@ -14,7 +14,7 @@ Ext.require([
'Ext.data.*', 'Ext.data.*',
'Ext.grid.*', 'Ext.grid.*',
'Ext.tree.*', 'Ext.tree.*',
'PO.class.CategoryStore', 'PO.store.CategoryStore',
'PO.controller.StoreLoadCoordinator', 'PO.controller.StoreLoadCoordinator',
'PO.model.timesheet.TimesheetTask', 'PO.model.timesheet.TimesheetTask',
'PO.model.timesheet.HourInterval', 'PO.model.timesheet.HourInterval',
......
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