Skip to content

Commit 5cf564d

Browse files
SilverDavmmoqui
authored andcommitted
bug #13969: news displaying now use the pagination at first access
1 parent 6caf443 commit 5cf564d

File tree

1 file changed

+1
-1
lines changed
  • delegatednews/delegatednews-war/src/main/webapp/delegatednews/jsp

1 file changed

+1
-1
lines changed

delegatednews/delegatednews-war/src/main/webapp/delegatednews/jsp/listNews.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
<form name="tabForm" method="post">
287287
<%
288288
ArrayPane arrayPane = gef.getArrayPane("newsList", "Main", request, session);
289-
arrayPane.setVisibleLineNumber(1000);
289+
arrayPane.setVisibleLineNumber(GraphicElementFactory.getSettings().getInteger("Pagination.NumberPerPageThreshold",20));
290290
arrayPane.setMovableLines(true);
291291
arrayPane.setTitle(resources.getString("delegatednews.listNews"));
292292
arrayPane.addArrayColumn(resources.getString("delegatednews.news.title"));

0 commit comments

Comments
 (0)