Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15421615
D19627.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D19627.id.diff
View Options
diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php
--- a/src/applications/phriction/controller/PhrictionDocumentController.php
+++ b/src/applications/phriction/controller/PhrictionDocumentController.php
@@ -432,13 +432,17 @@
$publish_uri = "/phriction/publish/{$id}/{$content_id}/";
- $curtain->addAction(
- id(new PhabricatorActionView())
- ->setName($publish_name)
- ->setIcon('fa-upload')
- ->setDisabled(!$can_publish)
- ->setWorkflow(true)
- ->setHref($publish_uri));
+ if (PhabricatorEnv::getEnvConfig('phabricator.show-prototypes')) {
+ $publish_name = pht('Publish (Prototype!)');
+
+ $curtain->addAction(
+ id(new PhabricatorActionView())
+ ->setName($publish_name)
+ ->setIcon('fa-upload')
+ ->setDisabled(!$can_publish)
+ ->setWorkflow(true)
+ ->setHref($publish_uri));
+ }
if ($document->getStatus() == PhrictionDocumentStatus::STATUS_EXISTS) {
$curtain->addAction(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 1:21 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7700743
Default Alt Text
D19627.id.diff (1 KB)
Attached To
Mode
D19627: Hide the new Phriction "Publish" operation behind the "Prototype" toggle
Attached
Detach File
Event Timeline
Log In to Comment