Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14728681
D9373.id22339.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
747 B
Referenced Files
None
Subscribers
None
D9373.id22339.diff
View Options
diff --git a/src/applications/home/controller/PhabricatorHomeController.php b/src/applications/home/controller/PhabricatorHomeController.php
--- a/src/applications/home/controller/PhabricatorHomeController.php
+++ b/src/applications/home/controller/PhabricatorHomeController.php
@@ -32,11 +32,12 @@
$applications,
$user);
- // Put "Applications" at the bottom.
+ // Force "Applications" to appear at the bottom.
$meta_app = 'PhabricatorApplicationApplications';
$pinned = array_fuse($pinned);
unset($pinned[$meta_app]);
$pinned[$meta_app] = $meta_app;
+ $applications[$meta_app] = PhabricatorApplication::getByClass($meta_app);
$tiles = array();
foreach ($pinned as $pinned_application) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 5:48 AM (19 h, 34 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7018275
Default Alt Text
D9373.id22339.diff (747 B)
Attached To
Mode
D9373: Really pin "applications" to the bottom of the menu, for serious
Attached
Detach File
Event Timeline
Log In to Comment