Fixes T10648. This was goofed and always did a meaningless no-op slice -- I mucked it up while doing the disabled project stuff elsewhere.
Details
Details
- Reviewers
chad - Maniphest Tasks
- T10648: Task project list ellipsis displays unecessary
- Commits
- Restricted Diffusion Commit
rP86720b4595a7: Fix tag limit logic in PHUIHandleTagListView
- Tagged something with 5 projects.
- Saw the list sliced to 4 (the limit) with "...".
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Maybe it would be clearer to say count > limit instead of limit < count, let me swap that.