Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14008192
D10170.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
533 B
Referenced Files
None
Subscribers
None
D10170.diff
View Options
diff --git a/src/applications/macro/controller/PhabricatorMacroViewController.php b/src/applications/macro/controller/PhabricatorMacroViewController.php
--- a/src/applications/macro/controller/PhabricatorMacroViewController.php
+++ b/src/applications/macro/controller/PhabricatorMacroViewController.php
@@ -9,6 +9,10 @@
$this->id = $data['id'];
}
+ public function shouldAllowPublic() {
+ return true;
+ }
+
public function processRequest() {
$request = $this->getRequest();
$user = $request->getUser();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 30, 5:14 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6713728
Default Alt Text
D10170.diff (533 B)
Attached To
Mode
D10170: Macro - allow view controller to be viewed publicly
Attached
Detach File
Event Timeline
Log In to Comment