@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

Diffusion: Fix broken repository view

Summary:
The readonly property is capitalized, but the property defined
in AphrontFormTypeaheadControl isn't.

Follows-up 586296b3d192.

Test Plan: Visit any diffusion repository main page.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26210

+1 -1
+1 -1
src/view/form/control/AphrontFormTypeaheadControl.php
··· 4 4 5 5 private $hardpointID; 6 6 private $placeholder; 7 - private $readonly; 7 + private $readOnly; 8 8 9 9 public function setHardpointID($hardpoint_id) { 10 10 $this->hardpointID = $hardpoint_id;