mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
Fix loader never goes away if you use shift to select just a few rows
This commit is contained in:
parent
06c6cfa71c
commit
af3eadb419
@ -585,8 +585,11 @@ var et2_dataview_selectionManager = (function(){ "use strict"; return Class.exte
|
||||
}
|
||||
}).finally(function() {egw.loading_prompt('select_wait', false)});
|
||||
|
||||
// Lock the UI - we NEED these before the user does something with them
|
||||
egw.loading_prompt('select_wait', true);
|
||||
if(queryRanges.length > 0)
|
||||
{
|
||||
// Lock the UI - we NEED these before the user does something with them
|
||||
egw.loading_prompt('select_wait', true);
|
||||
}
|
||||
}
|
||||
|
||||
});}).call(this);
|
||||
|
Loading…
Reference in New Issue
Block a user