[
https://issues.apache.org/jira/browse/CLOUDSTACK-8766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723228#comment-14723228
]
ASF subversion and git services commented on CLOUDSTACK-8766:
-------------------------------------------------------------
Commit 215a43dfafacd17fcfcc9ef1e39f07034476e222 in cloudstack's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=215a43d ]
Merge pull request #751 from shapeblue/master-CLOUDSTACK-8766
CLOUDSTACK-8766: Fix infinite scrolling pagination for zonal iso/template
listing
Due to aggregation of templates and isos on the UI/client side, it could result
that for each page we could end up having lesser templates/isos listed to have
the scroll shown that triggers infinite scrolling. The fix is to use similar
approach as in projects.js, to use the maximum pagesize of 500. In theory, there
is still a chance if there are 500 zones with the same template being listed
resulting in only one aggregated template which could cause the scroll to not
get shown; but in practice I believe this fix should work for most users.
(cherry picked from commit 8a1cc7aac6f3d9a0a1686e2dae8dd12b74ed9cdd)
Signed-off-by: Rohit Yadav <[email protected]>
* pr/751:
CLOUDSTACK-8766: Fix infinite scrolling pagination for zonal iso/template
listing
Signed-off-by: Rohit Yadav <[email protected]>
> 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)