diff --git a/module/bug/ui/view.html.php b/module/bug/ui/view.html.php index 8e3e1e6925..f84ae8a476 100644 --- a/module/bug/ui/view.html.php +++ b/module/bug/ui/view.html.php @@ -34,7 +34,7 @@ jsVar('executions', $executions); jsVar('disableExecution', $lang->project->disableExecution); $isInModal = isInModal(); -$canCreateBug = hasPriv('bug', 'create'); +$canCreateBug = $this->app->tab != 'devops' && hasPriv('bug', 'create'); $canViewRepo = hasPriv('repo', 'revision'); $canViewMR = hasPriv('mr', 'view'); $canViewBug = hasPriv('bug', 'view');