From fe268a444484e2c99258fc4125a21f27871fd5a2 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Thu, 16 Mar 2017 09:46:38 +0100 Subject: [PATCH] add missing permission for build button; fix ajax poll --- config/inc_roles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/inc_roles.php b/config/inc_roles.php index 8cade3cb..f453e080 100644 --- a/config/inc_roles.php +++ b/config/inc_roles.php @@ -27,6 +27,7 @@ return array( "project-action-accept-preview", "project-action-build", "project-action-cleanup", + "project-action-deploy", // deploy all phases incl to live "project-action-deploy-preview", "project-action-overview", "project-action-phase", -- GitLab