瀏覽代碼

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4546 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 8 年之前
父節點
當前提交
fb2008329e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      datamodels/2.x/itop-portal-base/portal/src/views/bricks/browse/mode_list.html.twig

+ 1 - 0
datamodels/2.x/itop-portal-base/portal/src/views/bricks/browse/mode_list.html.twig

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