@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
1CTYPE 2 1 (unforced)
2src/applications/conpherence/controller/ConpherenceUpdateController
3src/applications/conpherence/controller/ConpherenceUpdateController
4-
5X <MISSING-CONTEXT>
6N 209 . ->setDatasource(new PhabricatorPeopleDatasource()));\n~
7N 210 . \n~
8N 211 . require_celerity_resource('conpherence-update-css');\n~
9O 212 - {(return)} id(new AphrontDialogView())\n~
10N 212 + {($view =)} id(new AphrontDialogView())\n~
11N 213 . ->setTitle(pht('Add Participants'))\n~
12N 214 . ->addHiddenInput('action', 'add_person')\n~
13N 215 . ->addHiddenInput(\n~
14N 216 . 'latest_transaction_id',\n~
15N 217 . $request->getInt('latest_transaction_id'))\n~
16N 218 . ->appendChild($form);\n~
17N 219 + \n~
18N 220 + if ($request->getExists('minimal_display')) {\n~
19N 221 + $view->addHiddenInput('minimal_display', true);\n~
20N 222 . }\n~
21N 223 + return $view;\n~
22N 224 + }\n~
23N 225 . \n~
24N 226 . private function renderRemovePersonDialogue(\n~
25N 227 . ConpherenceThread $conpherence) {\n~
26X <MISSING-CONTEXT>