Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/680#discussion_r36865220
  
    --- Diff: ui/scripts/instances.js ---
    @@ -2498,8 +2502,11 @@
             } else if (jsonObj.state == 'Error') {
                 allowedActions.push("destroy");
             } else if (jsonObj.state == 'Expunging') {
    -            if (isAdmin() || isDomainAdmin())
    +            // Display expunge action when authenticated user
    +            // is allowed to expunge VMs. Related to CLOUDSTACK-8580.
    +            if (g_allowUserExpungeRecoverVm) {
    --- End diff --
    
    see commetn at line 624


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to