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

Increase height of message box on invite workflow

Summary:
At least one user wanted to type more text here, and it seems reasonable that administrators may want to write a couple of paragraphs.

I didn't make this short for any particular reason, I just wasn't sure what the workflow would look like as I was building it.

Test Plan: Loaded page, saw normal height text area.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

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

+1 -2
+1 -2
src/applications/people/controller/PhabricatorPeopleInviteSendController.php
··· 188 188 id(new AphrontFormTextAreaControl()) 189 189 ->setLabel(pht('Message')) 190 190 ->setName(pht('message')) 191 - ->setValue($message) 192 - ->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_SHORT)) 191 + ->setValue($message)) 193 192 ->appendChild( 194 193 id(new AphrontFormSubmitControl()) 195 194 ->setValue(