Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15510039
D17523.id42149.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
669 B
Referenced Files
None
Subscribers
None
D17523.id42149.diff
View Options
diff --git a/src/applications/dashboard/controller/PhabricatorDashboardQueryPanelInstallController.php b/src/applications/dashboard/controller/PhabricatorDashboardQueryPanelInstallController.php
--- a/src/applications/dashboard/controller/PhabricatorDashboardQueryPanelInstallController.php
+++ b/src/applications/dashboard/controller/PhabricatorDashboardQueryPanelInstallController.php
@@ -45,6 +45,11 @@
return new Aphront404Response();
}
+ $named_query = idx($engine->loadEnabledNamedQueries(), $v_query);
+ if ($named_query) {
+ $v_name = $named_query->getQueryName();
+ }
+
$errors = array();
if ($request->isFormPost()) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 17, 6:17 PM (6 d, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7728948
Default Alt Text
D17523.id42149.diff (669 B)
Attached To
Mode
D17523: Try to guess a name for the 'Add to Dashboard' workflow
Attached
Detach File
Event Timeline
Log In to Comment