stable

Clone or download

Read-only

Do not administrate labels if not needed

Fix request #10997: Labels administration shouldn't be displayed when pull request is not being used When I'm on a platform where PR is not installed or a project that doesn't even use git, I should not have 'labels' administration. Change-Id: Iece8a70ab11233a5a1bc1d905946623d6d197651

Modified Files

Name
M plugins/pullrequest/include/pullrequestPlugin.class.php +10 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M site-content/tuleap-core.pot +3 −0 Go to diff View file
A src/common/Label/CanProjectUseLabels.php +64 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/Admin/Navigation/NavigationPresenterBuilder.php +17 −6 Go to diff View file
M src/www/project/admin/labels.php +15 −6 Go to diff View file