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
- Branch
- taglimit
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 11243 Build 13964: Run Core Tests Build 13963: arc lint + arc unit
Event Timeline
Comment Actions
Maybe it would be clearer to say count > limit instead of limit < count, let me swap that.