1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

bug #3912: Add xml_root param to acls common actions

This commit is contained in:
Daniel Molina 2015-08-21 12:49:57 +02:00
parent 3aafe51010
commit 2ef47b01bc

View File

@ -12,7 +12,7 @@ define(function(require) {
var XML_ROOT = "ACL"
var RESOURCE = "Acl"
var _commonActions = new CommonActions(OpenNebulaResource, RESOURCE, TAB_ID);
var _commonActions = new CommonActions(OpenNebulaResource, RESOURCE, TAB_ID, XML_ROOT);
var _actions = {
"Acl.list" : _commonActions.list(),