@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.

Allow the object selector dialog to be resized

Summary: Ref T11179.

Test Plan: Dragged the resize handle around, saw the dialog change size.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11179

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

+4 -1
+4 -1
src/view/control/PhabricatorObjectSelectorDialog.php
··· 204 204 'handles' => $handle_views, 205 205 )); 206 206 207 - return $dialog; 207 + $dialog->setResizeX(true); 208 + $dialog->setResizeY($results_id); 209 + 210 + return $dialog; 208 211 } 209 212 210 213 }