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:
parent
6d5aec8618
commit
05377ef48c
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ final class PhortuneSubscriptionPHIDType extends PhabricatorPHIDType {
|
|||
|
||||
$id = $subscription->getID();
|
||||
|
||||
// TODO: Flesh this out.
|
||||
$handle->setName($subscription->getSubscriptionName());
|
||||
$handle->setURI($subscription->getURI());
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue