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.

This commit is contained in:
redmatrix 2015-12-25 14:25:58 -08:00
parent d39cd088a1
commit a085f4df7f
3 changed files with 4 additions and 7 deletions

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 2015-12-18.1250\n"
"Project-Id-Version: 2015-12-25.1257\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-18 00:03-0800\n"
"POT-Creation-Date: 2015-12-25 00:03-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -9172,10 +9172,6 @@ msgstr ""
msgid "Link text"
msgstr ""
#: ../../mod/wholikesme.php:13
msgid "Who likes me?"
msgstr ""
#: ../../mod/sharedwithme.php:94
msgid "Files: shared with me"
msgstr ""

View File

@ -1 +1 @@
2015-12-24.1256
2015-12-25.1257

View File

@ -13,6 +13,7 @@
<input type="checkbox" name='{{$field.0}}' class='abook-edit-me' id='me_id_{{$field.0}}' value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} />
{{/if}}
{{if $notself && $field.5}}
<input type="hidden" name='{{$field.0}}' value="{{if $field.7}}1{{else}}0{{/if}}" />
{{if $field.3}}<i class="icon-check"></i>{{else}}<i class="icon-check-empty"></i>{{/if}}
{{/if}}
</td>