Page MenuHomePhabricator

Adding project tags to slowvote polls
ClosedPublic

Authored by lpriestley on Jun 24 2014, 5:01 PM.
Tags
None
Referenced Files
F13081979: D9708.diff
Wed, Apr 24, 9:57 PM
Unknown Object (File)
Sun, Apr 21, 4:21 PM
Unknown Object (File)
Thu, Apr 11, 7:34 AM
Unknown Object (File)
Tue, Apr 9, 7:19 AM
Unknown Object (File)
Sat, Apr 6, 12:44 AM
Unknown Object (File)
Mar 22 2024, 8:18 AM
Unknown Object (File)
Mar 22 2024, 8:18 AM
Unknown Object (File)
Mar 22 2024, 8:18 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP15a1f0830160: Adding project tags to slowvote polls
Summary

T2628, project tags in slowvote polls

Test Plan

Open poll, edit, add project tags, save. Poll should show tagged projects and a relevant transaction. (transaction doesn't currently show up)

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lpriestley retitled this revision from to Adding project tags to slowvote polls.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.

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.

This revision now requires changes to proceed.Jun 24 2014, 5:05 PM
lpriestley edited edge metadata.

Fixing copy/pasta issue

epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 24 2014, 5:12 PM
epriestley updated this revision to Diff 23315.

Closed by commit rP15a1f0830160 (authored by @lpriestley, committed by @epriestley).