Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15418008
D10964.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
984 B
Referenced Files
None
Subscribers
None
D10964.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D10964: Don't show "Primary Hashtag" when creating a project
Attached
Detach File
Event Timeline
Log In to Comment