Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14075087
D18836.id45192.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
633 B
Referenced Files
None
Subscribers
None
D18836.id45192.diff
View Options
diff --git a/src/applications/project/menuitem/PhabricatorProjectDetailsProfileMenuItem.php b/src/applications/project/menuitem/PhabricatorProjectDetailsProfileMenuItem.php
--- a/src/applications/project/menuitem/PhabricatorProjectDetailsProfileMenuItem.php
+++ b/src/applications/project/menuitem/PhabricatorProjectDetailsProfileMenuItem.php
@@ -13,6 +13,11 @@
return pht('Project Details');
}
+ public function canHideMenuItem(
+ PhabricatorProfileMenuItemConfiguration $config) {
+ return false;
+ }
+
public function canMakeDefault(
PhabricatorProfileMenuItemConfiguration $config) {
return true;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 9:41 AM (13 h, 7 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6774361
Default Alt Text
D18836.id45192.diff (633 B)
Attached To
Mode
D18836: Prevent hiding the PhabricatorProjectDetailsProfileMenuItem
Attached
Detach File
Event Timeline
Log In to Comment