GUACAMOLE-292: Restrict attributes on object management pages to those explicitly present on the object.

This commit is contained in:
Michael Jumper
2017-02-21 23:32:38 -08:00
parent 07fb473da7
commit 22cce48558
6 changed files with 69 additions and 6 deletions

View File

@@ -41,7 +41,8 @@
<!-- User attributes section -->
<div class="attributes" ng-show="canChangeAttributes()">
<guac-form namespace="'USER_ATTRIBUTES'" content="attributes" model="user.attributes"></guac-form>
<guac-form namespace="'USER_ATTRIBUTES'" content="attributes"
model="user.attributes" model-only="true"></guac-form>
</div>
<!-- System permissions section -->