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.

CommentFileSizeAuthor
pet-with-sorts.patch3.05 KBj0rd

Comments

j0rd’s picture

Issue summary: View changes
sharique’s picture

Status: Needs review » Needs work

The patch failed to apply, can you please create new patch against latest code base in git repo.

j0rd’s picture

No. 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`

  • Sharique committed 5a3e2f2 on 7.x-1.x authored by j0rd
    #2184191 - Improve Ease of administration of Pets by adding sorts and...
sharique’s picture

Status: Needs work » Fixed

Applied the patch, will be available in next release. @j0rd thanks for the patch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.