mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Allow public on list of subscribers
Summary: Fixes T7317, allows public to be set on this list controller. Test Plan: Tested a list of subscribers on a logged in and logged out Diff. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7317 Differential Revision: https://secure.phabricator.com/D11801
This commit is contained in:
parent
02b174c2af
commit
f9638edf37
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ final class PhabricatorSubscriptionsListController
|
|||
$this->phid = idx($data, 'phid');
|
||||
}
|
||||
|
||||
public function shouldAllowPublic() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function processRequest() {
|
||||
$request = $this->getRequest();
|
||||
|
||||
|
|
Loading…
Reference in a new issue