Page MenuHomePhorge

D25776.1743425912.diff
No OneTemporary

D25776.1743425912.diff

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

Mime Type
text/plain
Expires
Mon, Mar 31, 12:58 (1 d, 11 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1182629
Default Alt Text
D25776.1743425912.diff (941 B)

Event Timeline