From 311e8e49bad14b855f30c2b2851622d915f4f5cb Mon Sep 17 00:00:00 2001 From: Sebastian Frank <frank@basiskonfiguration.de> Date: Wed, 6 Mar 2019 10:45:48 +0100 Subject: [PATCH] fixed fetchDeploys acl --- views/deploys/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/deploys/index.php b/views/deploys/index.php index 8634cb3..01e133b 100644 --- a/views/deploys/index.php +++ b/views/deploys/index.php @@ -155,7 +155,7 @@ if (!this.building) { return; } - App.callmodule('drone:fetchDeploys').then(function(data) { + App.callmodule('drone:fetchDeploys', null, 'manage.view').then(function(data) { if (data && data.result && data.result.deploys) { $this.deploys = data.result.deploys; $this.building = data.result.building;