Commit 78863435 authored by Project Open's avatar Project Open

- Renamed store coordinator to avoid ambiguities

parent 13f2c519
...@@ -444,7 +444,7 @@ Ext.onReady(function() { ...@@ -444,7 +444,7 @@ Ext.onReady(function() {
} }
// Store Coodinator starts app after all stores have been loaded: // Store Coodinator starts app after all stores have been loaded:
var coordinator = Ext.create('PO.controller.StoreLoadCoordinator', { var ganttCoordinator = Ext.create('PO.controller.StoreLoadCoordinator', {
debug: getDebug('storeLoadCoordinator'), debug: getDebug('storeLoadCoordinator'),
stores: [ stores: [
'taskTreeStore', 'taskTreeStore',
...@@ -501,7 +501,7 @@ Ext.onReady(function() { ...@@ -501,7 +501,7 @@ Ext.onReady(function() {
// Baselines is an enterprise feature, so it may not be installed // Baselines is an enterprise feature, so it may not be installed
if (@baseline_p@ > 0) { if (@baseline_p@ > 0) {
coordinator.stores.push('baselineStore'); ganttCoordinator.stores.push('baselineStore');
// Get the list of baselines of the main project // Get the list of baselines of the main project
baselineStore.getProxy().extraParams = { baselineStore.getProxy().extraParams = {
......
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