Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2995471
D25776.1740342561.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25776.1740342561.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,8 +9,8 @@
'names' => array(
'conpherence.pkg.css' => '2f25eb4f',
'conpherence.pkg.js' => '020aebcf',
- 'core.pkg.css' => 'ac619266',
- 'core.pkg.js' => 'b3c5c317',
+ 'core.pkg.css' => '112931ab',
+ 'core.pkg.js' => '820af51e',
'dark-console.pkg.js' => '187792c2',
'differential.pkg.css' => '94bb10ca',
'differential.pkg.js' => '46fcb3af',
diff --git a/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php b/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
--- a/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
+++ b/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
@@ -32,7 +32,7 @@
return $items;
}
- protected function newNoMenuItemsView(array $items) {
+ protected function newNoContentView(array $items) {
$object = $this->getProfileObject();
$builtins = $this->getBuiltinProfileItems($object);
@@ -41,7 +41,7 @@
pht('New Portal'),
pht('Use "Edit Menu" to add menu items to this portal.'));
} else {
- return $this->newNoContentView(
+ return $this->newEmptyView(
pht('No Portal Content'),
pht(
'None of the visible menu items in this portal can render any '.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 23, 20:29 (10 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1175397
Default Alt Text
D25776.1740342561.diff (1 KB)
Attached To
Mode
D25776: Portals: Rename unused newNoMenuItemsView() to newNoContentView()
Attached
Detach File
Event Timeline
Log In to Comment