Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15352559
D17557.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
680 B
Referenced Files
None
Subscribers
None
D17557.diff
View Options
diff --git a/src/applications/conduit/controller/PhabricatorConduitController.php b/src/applications/conduit/controller/PhabricatorConduitController.php
--- a/src/applications/conduit/controller/PhabricatorConduitController.php
+++ b/src/applications/conduit/controller/PhabricatorConduitController.php
@@ -56,6 +56,12 @@
$panel_link),
);
+ if ($params === null) {
+ $messages[] = pht(
+ 'If you submit parameters, these examples will update to show '.
+ 'exactly how to encode the parameters you submit.');
+ }
+
$info_view = id(new PHUIInfoView())
->setErrors($messages)
->setSeverity(PHUIInfoView::SEVERITY_NOTICE);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 11, 5:04 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7538846
Default Alt Text
D17557.diff (680 B)
Attached To
Mode
D17557: Provide a hint that submitting a Conduit call shows you how to encode particular parameters
Attached
Detach File
Event Timeline
Log In to Comment