Allows applications to be added as profile menu items
Details
Details
- Reviewers
epriestley - Commits
- rPf0b695239186: Add an ApplicationProfilePanel
Add an application to a project, see menu item, click on menu. Uninstall application, see menu without application.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- application-panel (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 14830 Build 19404: Run Core Tests Build 19403: arc lint + arc unit
Event Timeline
Comment Actions
- If I uninstall the application, then click "Edit Menu", do I still see something sensible?
- You could optionally let users rename these by adding another field to buildEditEngineFields(), so they can call "Maniphest" something like "Tasks" if they want.
src/applications/search/profilepanel/PhabricatorApplicationProfilePanel.php | ||
---|---|---|
40–49 | I think it would be slightly better to use PhabricatorApplicationQuery with withPHIDs(...) here. In practice, it does the same thing, but we could optimize that more easily in the future if it ever shows up on a profile. |