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
{{ message }}
This repository was archived by the owner on Jul 26, 2025. It is now read-only.
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
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