Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14758092
D17521.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
695 B
Referenced Files
None
Subscribers
None
D17521.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
@@ -29,7 +29,7 @@
$engine = $engines[$v_engine];
$engine->setViewer($viewer);
$good_query = false;
- if ($engine->isBuiltinQuery($v_engine)) {
+ if ($engine->isBuiltinQuery($v_query)) {
$good_query = true;
} else {
$saved_query = id(new PhabricatorSavedQueryQuery())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 4:59 AM (20 h, 59 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7032703
Default Alt Text
D17521.diff (695 B)
Attached To
Mode
D17521: Fix 'Add to Dashboard' issue with builtins
Attached
Detach File
Event Timeline
Log In to Comment