1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-01 18:30:59 +01:00

Expand Subscription handles slightly

Summary: Ref T7150. Show some basic information instead of nothing.

Test Plan: Used these in Instances.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T7150

Differential Revision: https://secure.phabricator.com/D11767
This commit is contained in:
epriestley 2015-02-14 13:40:01 -08:00
parent 6d5aec8618
commit 05377ef48c

View file

@ -30,7 +30,8 @@ final class PhortuneSubscriptionPHIDType extends PhabricatorPHIDType {
$id = $subscription->getID();
// TODO: Flesh this out.
$handle->setName($subscription->getSubscriptionName());
$handle->setURI($subscription->getURI());
}
}