T2628, project tags in slowvote polls
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP15a1f0830160: Adding project tags to slowvote polls
Open poll, edit, add project tags, save. Poll should show tagged projects and a relevant transaction. (transaction doesn't currently show up)
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- projectsforslowvote
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1362 Build 1362: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
I think I found it. We should probably detect this automatically, although it's a little bit tricky to do so.
src/applications/slowvote/controller/PhabricatorSlowvoteEditController.php | ||
---|---|---|
112 | A PholioTransaction is being inserted instead of a PhabricatorSlowvoteTransaction. |