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,9 +585,12 @@ var et2_dataview_selectionManager = (function(){ "use strict"; return Class.exte
|
|||||||
}
|
}
|
||||||
}).finally(function() {egw.loading_prompt('select_wait', false)});
|
}).finally(function() {egw.loading_prompt('select_wait', false)});
|
||||||
|
|
||||||
|
if(queryRanges.length > 0)
|
||||||
|
{
|
||||||
// Lock the UI - we NEED these before the user does something with them
|
// Lock the UI - we NEED these before the user does something with them
|
||||||
egw.loading_prompt('select_wait', true);
|
egw.loading_prompt('select_wait', true);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
});}).call(this);
|
});}).call(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user