mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Hovercards - allow public access
Summary: see title Test Plan: set config to allow public access and viewed a hovercard uri. saw a hovercard with little info as opposed to login prompt. Fixes T6337. Reviewers: epriestley, chad Reviewed By: chad Subscribers: Korvin, epriestley Maniphest Tasks: T6337 Differential Revision: https://secure.phabricator.com/D10722
This commit is contained in:
parent
d9dd098e40
commit
934eea2ef2
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
final class PhabricatorSearchHovercardController
|
||||
extends PhabricatorSearchBaseController {
|
||||
|
||||
public function shouldAllowPublic() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function processRequest() {
|
||||
$request = $this->getRequest();
|
||||
$user = $request->getUser();
|
||||
|
|
Loading…
Reference in a new issue