From 5003f21919348e2add3ff11bf5fffcabaf64f65b Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 12 May 2016 06:24:15 -0700 Subject: [PATCH] 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 --- .../management/DiffusionRepositoryBasicsManagementPanel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php b/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php index b783a63fd8..6a2f70d693 100644 --- a/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php +++ b/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php @@ -29,6 +29,7 @@ final class DiffusionRepositoryBasicsManagementPanel 'callsign', 'shortName', 'description', + 'projectPHIDs', ); }