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

@@ -22,7 +22,7 @@
<!-- Sharing profile attributes section -->
<div class="attributes">
<guac-form namespace="'SHARING_PROFILE_ATTRIBUTES'" content="attributes"
model="sharingProfile.attributes"></guac-form>
model="sharingProfile.attributes" model-only="true"></guac-form>
</div>
<!-- Sharing profile parameters -->