mirror of https://github.com/apache/cloudstack.git
Fix action filter
This commit is contained in:
parent
cce6227580
commit
baf0ee29ac
|
|
@ -919,7 +919,7 @@
|
|||
};
|
||||
|
||||
var projectsActionFilter = function(args) {
|
||||
var allowedActions = ['destroy'];
|
||||
var allowedActions = ['destroy', 'edit'];
|
||||
|
||||
if (args.context.item.account == cloudStack.context.users[0].account ||
|
||||
isAdmin() || isDomainAdmin()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue