diff --git a/src/applications/diffusion/management/DiffusionRepositoryBranchesManagementPanel.php b/src/applications/diffusion/management/DiffusionRepositoryBranchesManagementPanel.php --- a/src/applications/diffusion/management/DiffusionRepositoryBranchesManagementPanel.php +++ b/src/applications/diffusion/management/DiffusionRepositoryBranchesManagementPanel.php @@ -23,6 +23,7 @@ $has_any = $repository->getDetail('default-branch') || + $repository->getFetchRules() || $repository->getTrackOnlyRules() || $repository->getPermanentRefRules();