Page MenuHomePhabricator

D10964.id.diff
No OneTemporary

D10964.id.diff

diff --git a/src/applications/project/controller/PhabricatorProjectEditDetailsController.php b/src/applications/project/controller/PhabricatorProjectEditDetailsController.php
--- a/src/applications/project/controller/PhabricatorProjectEditDetailsController.php
+++ b/src/applications/project/controller/PhabricatorProjectEditDetailsController.php
@@ -220,12 +220,17 @@
->setLabel(pht('Color'))
->setName('color')
->setValue($v_color)
- ->setOptions($shades))
- ->appendChild(
+ ->setOptions($shades));
+
+ if (!$is_new) {
+ $form->appendChild(
id(new AphrontFormStaticControl())
->setLabel(pht('Primary Hashtag'))
->setCaption(pht('The primary hashtag is derived from the name.'))
- ->setValue($v_primary_slug))
+ ->setValue($v_primary_slug));
+ }
+
+ $form
->appendChild(
id(new AphrontFormTextControl())
->setLabel(pht('Additional Hashtags'))

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 21, 8:09 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7713198
Default Alt Text
D10964.id.diff (984 B)

Event Timeline