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

    https://github.com/apache/cloudstack/pull/680#discussion_r37060434
  
    --- Diff: ui/scripts/cloudStack.js ---
    @@ -143,8 +143,11 @@
                             if 
(json.listcapabilitiesresponse.capability.userpublictemplateenabled != null) {
                                 g_userPublicTemplateEnabled = 
json.listcapabilitiesresponse.capability.userpublictemplateenabled.toString(); 
//convert boolean to string if it's boolean
                             }
    -                        g_userProjectsEnabled = 
json.listcapabilitiesresponse.capability.allowusercreateprojects;
     
    +                        // Hide the expunge/recover checkboxes when the 
authenticated user
    --- End diff --
    
    this comment is misleading. the hiding is not done here


---
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