1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

Put "Projects" edit field back on Basics management panel for repositories

Summary: Ref T10923. Fixes T10955. This was accidentally excluded when I broke the form into pages.

Test Plan: Saw edit field in panel; changed project tags for a repository.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10923, T10955

Differential Revision: https://secure.phabricator.com/D15896
This commit is contained in:
epriestley 2016-05-12 06:24:15 -07:00
parent 15f14d6c2f
commit 5003f21919

View file

@ -29,6 +29,7 @@ final class DiffusionRepositoryBasicsManagementPanel
'callsign', 'callsign',
'shortName', 'shortName',
'description', 'description',
'projectPHIDs',
); );
} }