Adding a proper story feed for moving a Phriction Document

Summary: Display a proper feed title when moving Phriction Documents.

Test Plan:
{F36112, size=full}

Descriptions for the feeds you see in the image.

 # New and cool story feed
 # Fallback for the boring old ones
 # Normal story feed, unchanged

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2686

Differential Revision: https://secure.phabricator.com/D5352
This commit is contained in:
Anh Nhan Nguyen
2013-03-19 14:22:26 -07:00
committed by epriestley
parent e3a9ddfc4f
commit 3b801fa567
4 changed files with 65 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ final class PhrictionMoveController
->setDescription($content->getDescription());
// Move it!
$target_editor->moveHere($document->getID());
$target_editor->moveHere($document->getID(), $document->getPHID());
// Retrieve the target doc directly from the editor
// No need to load it per Sql again