ViewPeople: fix incorrect pagination count #55

Merged
Aaron merged 1 commits from yorick/pics:fix/viewpeople-pagination-count into master 2026-02-14 12:43:59 +01:00
Member

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

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>
yorick added 1 commit 2026-02-14 11:25:53 +01:00
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>
Member

Confirmed this fixes the issue. Should probably rewrite Tag::getCount at some point, though.

Confirmed this fixes the issue. Should probably rewrite `Tag::getCount` at some point, though.
Aaron merged commit 2cd2f472d0 into master 2026-02-14 12:43:59 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Public/pics#55