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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | entity-list-limit-config--3132575--3.patch | 4.33 KB | xpersonas |
Issue fork nodeorder-3132575
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
xpersonas commentedComment #3
xpersonas commentedComment #4
xpersonas commentedComment #5
davps commentedComment #7
davps commented@xpersonas, thanks for help and patch. The patch has been updated to the current version.