You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
View any ElementIndexTable with more than 50 elements. As soon as the 'get-elements' call is complete, an additional 'get-more-elements' call will be fired. As soon as this call is complete, the next 'get-more-elements' call will be fired.
This stops when all elements are displayed.
Normal behavior is to load more elements while scrolling down.
Steps to reproduce
Add more than 50 elements to any Section/Structure/Category
View the list
Origin of the error
In this commit you changed the scroll container from #content-container to #container.
Now in the BaseElementIndexView.js you are using Craft.cp.$contentContainer for the scroll-container. And this value is always $('#content-container')
Additional info
Craft version: 3.0.14 Pro
PHP version: 7.0.28
Database driver & version: MySQL 5.7.14
Plugins & versions: none
The text was updated successfully, but these errors were encountered:
Description
View any ElementIndexTable with more than 50 elements. As soon as the 'get-elements' call is complete, an additional 'get-more-elements' call will be fired. As soon as this call is complete, the next 'get-more-elements' call will be fired.
This stops when all elements are displayed.
Normal behavior is to load more elements while scrolling down.
Steps to reproduce
Origin of the error
In this commit you changed the scroll container from
#content-container
to#container
.Now in the BaseElementIndexView.js you are using
Craft.cp.$contentContainer
for the scroll-container. And this value is always$('#content-container')
Additional info
The text was updated successfully, but these errors were encountered: