mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user