fixed fetchDeploys acl
This commit is contained in:
parent
1d5cf129dd
commit
311e8e49ba
@ -155,7 +155,7 @@
|
|||||||
if (!this.building) {
|
if (!this.building) {
|
||||||
return;
|
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) {
|
if (data && data.result && data.result.deploys) {
|
||||||
$this.deploys = data.result.deploys;
|
$this.deploys = data.result.deploys;
|
||||||
$this.building = data.result.building;
|
$this.building = data.result.building;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user