Changeset - 42c6d8e4a0de
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2015-04-28 16:55:05
madski@unity3d.com
permissions: by default, don't show entities with no access

There might be a lot of entities the user/group don't have access and it is
much more important to be able to see at a glance what the user/group has to
access to than what it doesn't have access to.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/base/perms_summary.html
Show inline comments
 
@@ -124,6 +124,7 @@
 
            show_empty(section);
 
        }
 
        $('.perm_filter').on('change', function(){update_show($(this));});
 
        $('.perm_filter[value=none]').each(function(){this.checked = false; update_show($(this));});
 
    })
 
</script>
 
</%def>
0 comments (0 inline, 0 general)