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:
parent
15f14d6c2f
commit
5003f21919
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ final class DiffusionRepositoryBasicsManagementPanel
|
||||||
'callsign',
|
'callsign',
|
||||||
'shortName',
|
'shortName',
|
||||||
'description',
|
'description',
|
||||||
|
'projectPHIDs',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue