- Merge request !12Issue #3132575: Allow users to set max number of entities to prevent pagination β (Merged) created by davps
Automatically closed - issue fixed for 2 weeks with no activity.
We have 75 entities tagged to a term. Ordering them with drag and drop while the results are paginated is cumbersome.
I've created a patch that allows users to set the max number of entities to list.
I was debating if I should just patch the module to show all by default. EntityListBuilder sets the $limit to 50 by default. If you set it to "false" it will show all. Which seems appropriate for an ordering module such as this one. However, if there were a thousand entities tagged to a term, loading them all would probably not be ideal (WSOD potential).
So that's my current reasoning. Open to discussion.
Patch #3 sets a default of 50 if nothing has been set in the admin.
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.