mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +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())
|
id(new PhabricatorDatasourceEditField())
|
||||||
->setKey(self::FIELD_APPLICATION)
|
->setKey(self::FIELD_APPLICATION)
|
||||||
->setLabel(pht('Application'))
|
->setLabel(pht('Application'))
|
||||||
->setIsRequired(true)
|
|
||||||
->setDatasource(new PhabricatorApplicationDatasource())
|
->setDatasource(new PhabricatorApplicationDatasource())
|
||||||
->setIsRequired(true)
|
->setIsRequired(true)
|
||||||
->setSingleValue($config->getMenuItemProperty('application')),
|
->setSingleValue($config->getMenuItemProperty('application')),
|
||||||
|
|
Loading…
Reference in a new issue