@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try to guess a name for the 'Add to Dashboard' workflow

Summary: Ref T5307. Just makes the dialog a little easier to use. Picks a name if we already have one.

Test Plan: Test a builtin, custom saved, and a new advanced search (no name).

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T5307

Differential Revision: https://secure.phabricator.com/D17523

+5
+5
src/applications/dashboard/controller/PhabricatorDashboardQueryPanelInstallController.php
··· 45 45 return new Aphront404Response(); 46 46 } 47 47 48 + $named_query = idx($engine->loadEnabledNamedQueries(), $v_query); 49 + if ($named_query) { 50 + $v_name = $named_query->getQueryName(); 51 + } 52 + 48 53 $errors = array(); 49 54 50 55 if ($request->isFormPost()) {