[ https://issues.apache.org/jira/browse/CLOUDSTACK-8766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715712#comment-14715712 ]
ASF subversion and git services commented on CLOUDSTACK-8766: ------------------------------------------------------------- Commit 5522120b0edf5888067c1897d48f552d67b07fd8 in cloudstack's branch refs/heads/4.5 from [~remibergsma] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5522120 ] Merge pull request #739 from shapeblue/CLOUDSTACK-8766 CLOUDSTACK-8766: Fix infinite scrolling pagination for zonal template listing Uses listViewDataProvider to implement pagination on listTemplates API requests in the UI, when a template's zone tab is viewed. * pr/739: CLOUDSTACK-8766: Fix infinite scrolling pagination for zonal template listing Signed-off-by: Remi Bergsma <git...@remi.nl> > In zone based template listings, infinite scrolling pagination is broken > ------------------------------------------------------------------------ > > Key: CLOUDSTACK-8766 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8766 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.5.0, 4.5.1, 4.5.2 > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Priority: Minor > Fix For: 4.5.3, 4.6.0 > > > On the template page, when a template is select, goto Zones tab and scroll to > list all the templates. In case the number of zones are more than 20 there is > an infinite scrolling/listing issue as it does not paginate the result. The > fix would be to use listViewDataProvider to get pagination when requesting > the API. -- This message was sent by Atlassian JIRA (v6.3.4#6332)