mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 8394: end user should be able to see community template if global setting "User.Public.Template.Enabled" is true. (2)
This commit is contained in:
parent
fbac45cf0f
commit
37b5c860d2
@ -1201,7 +1201,7 @@ function showLeftNavigationBasedOnRole() {
|
||||
$("#leftmenu_security_group_container").hide();
|
||||
}
|
||||
|
||||
if (isAdmin() || (isDomainAdmin() && getUserPublicTemplateEnabled() == "true")) {
|
||||
if (isAdmin() || (getUserPublicTemplateEnabled() == "true")) {
|
||||
$("#leftmenu_submenu_community_template_container, #leftmenu_submenu_community_iso_container").show();
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user