Skip to content
Snippets Groups Projects
Commit 0304f4e8 authored by vtigerosm's avatar vtigerosm
Browse files

Adding progress indicator for install or update module

parents 180159c0 b272f731
No related branches found
No related tags found
No related merge requests found
...@@ -94,8 +94,11 @@ Vtiger.Class('Settings_Module_Manager_Js', { ...@@ -94,8 +94,11 @@ Vtiger.Class('Settings_Module_Manager_Js', {
params['module_import_type'] = container.find('[name="module_import_type"]').val(); params['module_import_type'] = container.find('[name="module_import_type"]').val();
params['module_import_name'] = container.find('[name="module_import_name"]').val(); params['module_import_name'] = container.find('[name="module_import_name"]').val();
app.helper.showProgress();
AppConnector.request(params).then( AppConnector.request(params).then(
function (data) { function (data) {
app.helper.hideProgress();
element.addClass('hide'); element.addClass('hide');
var headerMessage, containerMessage; var headerMessage, containerMessage;
... ...
......
File changed. Contains only whitespace changes. Show whitespace changes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment