Skip to content
Snippets Groups Projects
Commit 4d0e162d authored by Satish's avatar Satish
Browse files

Fixes #615 - Menu don't work in Import Module from Zip page

parent 45310a79
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
* All Rights Reserved.
*************************************************************************************/
Vtiger.Class('Settings_Module_Manager_Js', {
Vtiger_Index_Js('Settings_Module_Manager_Js', {
}, {
/*
* function to update the module status for the module
......@@ -132,6 +132,7 @@ Vtiger.Class('Settings_Module_Manager_Js', {
registerEvents: function (e) {
var thisInstance = this;
var container = jQuery('#moduleManagerContents');
this._super(container);
var importFromZipContainer = jQuery('#importModules');
if (importFromZipContainer.length > 0) {
thisInstance.registerEventsForImportFromZip(importFromZipContainer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment