CMS List View Paging not respecting Paging Size with User Permissions applied
Hey,
We have created a document type that enables us to contain multiple children showing as a list view.
Umbraco implements paging to handle the children nicely and as far as I know we can manage the page size using the "Page Size" property when you configure the children list view properties. (let's say it is set to 10)
Along with this, we have also restricted the children being shown to the logged in user using permissions. So that some users can manage specific records.
Let's say we have 10,000 children in total and as an admin we view the container page in the CMS. We can see all 10,000 paged in sets of 10.
As a restricted logged in user who is only allowed to see 15 children (varied selection, not top 15), we expect to see 10 on the first page and 5 on the second page.
What actually appears to happen is this:
Umbraco gets the total and splits the total into pages.
Then for each page, it will hide any not visible to the logged in user.
Renders either blank or partially filled pages such as 2 on the first page, 4 on the next, 0 results on the third ect.
CMS List View Paging not respecting Paging Size with User Permissions applied
Hey,
We have created a document type that enables us to contain multiple children showing as a list view.
Umbraco implements paging to handle the children nicely and as far as I know we can manage the page size using the "Page Size" property when you configure the children list view properties. (let's say it is set to 10)
Along with this, we have also restricted the children being shown to the logged in user using permissions. So that some users can manage specific records.
Let's say we have 10,000 children in total and as an admin we view the container page in the CMS. We can see all 10,000 paged in sets of 10.
As a restricted logged in user who is only allowed to see 15 children (varied selection, not top 15), we expect to see 10 on the first page and 5 on the second page.
What actually appears to happen is this:
Thanks, Gary
No ideas?
is working on a reply...