Commit d1a9823d authored by Frank Bergmann's avatar Frank Bergmann

cosine #5572: Increased limit to load all cost centers

parent 4a14a795
......@@ -14,7 +14,8 @@ Ext.define('PO.store.timesheet.TaskCostCenterStore', {
url: '/intranet-rest/im_cost_center',
appendId: true,
extraParams: {
format: 'json'
format: 'json',
limit: 1000000
},
reader: { type: 'json', root: 'data' }
}
......
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