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

Fix "au4tocomplete" typo

Summary: Fixes T8815.

Test Plan: Page no longer fatals.

Reviewers: chad, joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Maniphest Tasks: T8815

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

+1 -1
+1 -1
src/applications/uiexample/examples/PhabricatorMultiColumnUIExample.php
··· 106 106 ->appendChild( 107 107 id(new AphrontFormTextControl()) 108 108 ->setLabel(pht('Name')) 109 - ->setDisableAu4tocomplete(true) 109 + ->setDisableAutocomplete(true) 110 110 ->setSigil('name-input')) 111 111 ->appendChild( 112 112 id(new AphrontFormTextControl())