fixed fetchDeploys acl
This commit is contained in:
parent
1d5cf129dd
commit
311e8e49ba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user