I have about ~70 pets emails which get fired out from my website.
I'm about to clone all of them and start "A/B" testing by randomly picking the original or slightly modified clone.
PETs has always been hard to manage due to the multiple pages and default unchangeable sort.
I've resolved this by increasing the listing from 25 to 100. And also made it so the table columns are sortable. Previously it was sorting by "entity_id", but now you can sort via machine_name or status. So if you pick good machine names, then it should be easy to organize your pets.
| Comment | File | Size | Author |
|---|---|---|---|
| pet-with-sorts.patch | 3.05 KB | j0rd |
Comments
Comment #1
j0rd commentedComment #2
sharique commentedThe patch failed to apply, can you please create new patch against latest code base in git repo.
Comment #3
j0rd commentedNo. But you can :) and post it here for everyone else.
Actually looks like it's a bad patch. Looks like i accidentally added my full git paths paths into the patch.
Should be able to make it work via `patch -p6 < pet-with-sorts.patch` or `patch -p7 < pet-with-sorts.patch`
Comment #5
sharique commentedApplied the patch, will be available in next release. @j0rd thanks for the patch.