You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error "Cannot read property 'init' of null" in PluginManager.js on line 58
solution:
views Packt.view.mail.MailList and Packt.view.mail.MailMenu
must explicitly require
Ext.grid.plugin.DragDrop
and
Ext.tree.plugin.TreeViewDragDrop
referenced in the viewConfig.plugins configuration
The text was updated successfully, but these errors were encountered:
error "Cannot read property 'init' of null" in PluginManager.js on line 58
solution:
views Packt.view.mail.MailList and Packt.view.mail.MailMenu
must explicitly require
Ext.grid.plugin.DragDrop
and
Ext.tree.plugin.TreeViewDragDrop
referenced in the viewConfig.plugins configuration
The text was updated successfully, but these errors were encountered: