Kleiner BugFix für Paginator für Tabs von GenericOrgaUnit
git-svn-id: https://svn.libreccm.org/ccm/trunk@1392 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
67a96f7956
commit
8870fd44a6
|
|
@ -79,7 +79,7 @@ public class Paginator {
|
||||||
paginatorElem.addAttribute("pageCount", Integer.toString(getPageCount()));
|
paginatorElem.addAttribute("pageCount", Integer.toString(getPageCount()));
|
||||||
paginatorElem.addAttribute("pageSize", Integer.toString(pageSize));
|
paginatorElem.addAttribute("pageSize", Integer.toString(pageSize));
|
||||||
paginatorElem.addAttribute("objectBegin", Integer.toString(getBegin()));
|
paginatorElem.addAttribute("objectBegin", Integer.toString(getBegin()));
|
||||||
paginatorElem.addAttribute("objectEnd", Integer.toString(getEnd() - 1));
|
paginatorElem.addAttribute("objectEnd", Integer.toString(getEnd()));
|
||||||
paginatorElem.addAttribute("objectCount", Integer.toString(objectCount));
|
paginatorElem.addAttribute("objectCount", Integer.toString(objectCount));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue