GUAC-932: Actually save changes to system permissions when users are edited.

This commit is contained in:
Michael Jumper
2014-12-24 00:52:19 -08:00
parent a25f169f27
commit ab553adb3b
2 changed files with 97 additions and 3 deletions

View File

@@ -53,7 +53,8 @@ THE SOFTWARE.
<table class="properties">
<tr ng-repeat="systemPermissionType in systemPermissionTypes">
<th>{{systemPermissionType.label | translate}}</th>
<td><input type="checkbox" ng-model="permissionFlags.systemPermissions[systemPermissionType.value]"/></td>
<td><input type="checkbox" ng-model="permissionFlags.systemPermissions[systemPermissionType.value]"
ng-change="systemPermissionChanged(systemPermissionType.value)"/></td>
</tr>
</table>
</div>