mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Remove duplicate setIsRequired()
Summary: See D17235. Test Plan: tarnation Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D17237
This commit is contained in:
parent
d24739ee3c
commit
ddf82a815b
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ final class PhabricatorApplicationProfileMenuItem
|
|||
id(new PhabricatorDatasourceEditField())
|
||||
->setKey(self::FIELD_APPLICATION)
|
||||
->setLabel(pht('Application'))
|
||||
->setIsRequired(true)
|
||||
->setDatasource(new PhabricatorApplicationDatasource())
|
||||
->setIsRequired(true)
|
||||
->setSingleValue($config->getMenuItemProperty('application')),
|
||||
|
|
Loading…
Reference in a new issue