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

Remove duplicate setIsRequired()

Summary: See D17235.

Test Plan: tarnation

Reviewers: chad

Reviewed By: chad

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

-1
-1
src/applications/search/menuitem/PhabricatorApplicationProfileMenuItem.php
··· 40 40 id(new PhabricatorDatasourceEditField()) 41 41 ->setKey(self::FIELD_APPLICATION) 42 42 ->setLabel(pht('Application')) 43 - ->setIsRequired(true) 44 43 ->setDatasource(new PhabricatorApplicationDatasource()) 45 44 ->setIsRequired(true) 46 45 ->setSingleValue($config->getMenuItemProperty('application')),