Commit f5d80885 authored by Project Open's avatar Project Open

- Renamed store coordinator, so that it doesn't conflict with

  Gantt Editor
parent 2841e0ba
......@@ -1234,7 +1234,7 @@ Ext.onReady(function() {
var userStore = Ext.create('PO.store.user.UserStore', {storeId: 'userStore', remoteFilter: false});
// Use "store coodinator" to launchBudgetTreeTreePanel() after all stores are loaded:
var coordinatior = Ext.create('PO.controller.StoreLoadCoordinator', {
var budgetCoordinator = Ext.create('PO.controller.StoreLoadCoordinator', {
debug: false,
stores: [
'taskTreeStore',
......
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