Emmanuel Kasper 841343e1c8 do not use applyIf when adding items in initComponent()
our parent class Ext.grid.GridPanel sets 'tbar: null'
and Ext.applyIf() will only apply our property
if it is undefined, so switch to Ext.apply()

it is safe to use Ext.apply() because none of these classes is further extended,
so we don't have to worry that might me might override a toolbar
set further down by a child class

this fixes allows the panel to display its top toolbar with add/edit buttons
2016-03-04 06:17:33 +01:00
..
2014-05-02 11:35:16 +02:00
2015-10-28 11:35:51 +01:00
2016-03-04 06:13:09 +01:00
2015-09-24 06:54:57 +02:00