Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15388676
D10191.id24518.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1017 B
Referenced Files
None
Subscribers
None
D10191.id24518.diff
View Options
diff --git a/src/applications/legalpad/controller/LegalpadDocumentDoneController.php b/src/applications/legalpad/controller/LegalpadDocumentDoneController.php
--- a/src/applications/legalpad/controller/LegalpadDocumentDoneController.php
+++ b/src/applications/legalpad/controller/LegalpadDocumentDoneController.php
@@ -3,7 +3,7 @@
final class LegalpadDocumentDoneController extends LegalpadController {
public function shouldAllowPublic() {
- return false;
+ return true;
}
public function processRequest() {
diff --git a/src/applications/legalpad/controller/LegalpadDocumentSignController.php b/src/applications/legalpad/controller/LegalpadDocumentSignController.php
--- a/src/applications/legalpad/controller/LegalpadDocumentSignController.php
+++ b/src/applications/legalpad/controller/LegalpadDocumentSignController.php
@@ -5,7 +5,7 @@
private $id;
public function shouldAllowPublic() {
- return false;
+ return true;
}
public function willProcessRequest(array $data) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 4:14 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705270
Default Alt Text
D10191.id24518.diff (1017 B)
Attached To
Mode
D10191: Fix Legalpad for logged-out users
Attached
Detach File
Event Timeline
Log In to Comment