ViewPeople: fix incorrect pagination count #55
Reference in New Issue
Block a user
Delete Branch "yorick/pics:fix/viewpeople-pagination-count"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tag::getCount was called without the third argument, causing it to
count tags where kind != 'Person' instead of kind = 'Person'.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Confirmed this fixes the issue. Should probably rewrite
Tag::getCountat some point, though.