From a085f4df7f27485be3877940f0009436fd8c19f1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 25 Dec 2015 14:25:58 -0800 Subject: regression: default inherited permission was not being set for a connection if the permission was 'inherited'. We need to set these so that if somebody changes the top level permissions they don't have to go back and manually edit every connection to allow/deny what used to be an automatic inherited setting. --- view/tpl/field_acheckbox.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view') diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl index e99128bbb..d85c234f1 100755 --- a/view/tpl/field_acheckbox.tpl +++ b/view/tpl/field_acheckbox.tpl @@ -13,6 +13,7 @@ {{/if}} {{if $notself && $field.5}} + {{if $field.3}}{{else}}{{/if}} {{/if}} -- cgit v1.2.3