GUAC-1334: Fix the horribly-broken location chooser (not updated to use updated guacGroupList).

This commit is contained in:
Michael Jumper
2015-09-08 21:33:43 -07:00
parent 7148cc93b8
commit 45c6d1d419
6 changed files with 54 additions and 29 deletions

View File

@@ -29,7 +29,7 @@
<guac-group-list
context="groupListContext"
show-root-group="true"
connection-group="rootGroup"
connection-groups="rootGroups"
connection-group-template="'app/manage/templates/locationChooserConnectionGroup.html'"/>
</div>

View File

@@ -42,7 +42,9 @@ THE SOFTWARE.
<th>{{'MANAGE_CONNECTION.FIELD_HEADER_LOCATION' | translate}}</th>
<td>
<location-chooser value="connection.parentIdentifier" root-group="rootGroup"></location-chooser>
<location-chooser
data-data-source="selectedDataSource" root-group="rootGroup"
value="connection.parentIdentifier"></location-chooser>
</td>
</tr>

View File

@@ -42,7 +42,9 @@ THE SOFTWARE.
<th>{{'MANAGE_CONNECTION_GROUP.FIELD_HEADER_LOCATION' | translate}}</th>
<td>
<location-chooser value="connectionGroup.parentIdentifier" root-group="rootGroup"/>
<location-chooser
data-data-source="selectedDataSource" root-group="rootGroup"
value="connectionGroup.parentIdentifier"></location-chooser>
</td>
</tr>