Skip to content
Snippets Groups Projects
Commit b272f731 authored by its4you's avatar its4you
Browse files

Add progress bar for install/update modules

parent c40f2a54
No related branches found
No related tags found
1 merge request!190Adding progress indicator for install or update module
......@@ -94,8 +94,11 @@ Vtiger.Class('Settings_Module_Manager_Js', {
params['module_import_type'] = container.find('[name="module_import_type"]').val();
params['module_import_name'] = container.find('[name="module_import_name"]').val();
AppConnector.request(params).then(
function (data) {
app.helper.showProgress();
AppConnector.request(params).then(
function (data) {
app.helper.hideProgress();
element.addClass('hide');
var headerMessage, containerMessage;
......
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