GUACAMOLE-292: Display all object attributes if we are creating the object.

This commit is contained in:
Michael Jumper
2017-05-21 20:14:11 -07:00
parent 54a3ffeae3
commit 74293c23dd
8 changed files with 79 additions and 7 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" model-only="true"></guac-form>
model="sharingProfile.attributes" model-only="!canChangeAllAttributes()"></guac-form>
</div>
<!-- Sharing profile parameters -->