Re: [pve-devel] [pve-manager 1/4] Rename Wizard Component aliases using camelCase

2016-07-06 Thread Dominik Csapak
looks good, but i think we can also drop the [] On 07/06/2016 10:32 AM, Emmanuel Kasper wrote: this is ExtJS recommended practise, follows most of our conventions and is necessary for querying components with Ext.ComponentQuery.query() without escaping the dots in the component widget name. ---

[pve-devel] [pve-manager 1/4] Rename Wizard Component aliases using camelCase

2016-07-06 Thread Emmanuel Kasper
this is ExtJS recommended practise, follows most of our conventions and is necessary for querying components with Ext.ComponentQuery.query() without escaping the dots in the component widget name. --- www/manager6/form/BusTypeSelector.js | 2 +- www/manager6/form/ControllerSelector.js | 4 ++-