Portal: Browse brick: List was displaying pagination when not necessary in some circonstancies.

SVN:trunk[4546]
This commit is contained in:
Guillaume Lajarige
2017-01-16 13:08:45 +00:00
parent a204a786c0
commit ecae7ea983

View File

@@ -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 %}