mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-16 22:08:44 +02:00
Portal: Browse brick: List was displaying pagination when not necessary in some circonstancies.
SVN:trunk[4546]
This commit is contained in:
@@ -263,6 +263,7 @@
|
||||
"data": function(d){
|
||||
d.iPageNumber = Math.floor(d.start/d.length) + 1;
|
||||
d.iCountPerPage = d.length;
|
||||
d.sDataLoading = "{{ constant('Combodo\\iTop\\Portal\\Brick\\AbstractBrick::ENUM_DATA_LOADING_LAZY') }}";
|
||||
d.columns = null;
|
||||
d.orders = null;
|
||||
{% if sSearchValue is not null %}
|
||||
|
||||
Reference in New Issue
Block a user