mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Remove unnecessary set of parent.
This commit is contained in:
@@ -896,9 +896,6 @@ GuacAdmin.ConnectionEditor = function(connection, parameters) {
|
|||||||
updated_connection.parameters[name] = field.getValue();
|
updated_connection.parameters[name] = field.getValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Populate location
|
|
||||||
updated_connection.parent = location_value;
|
|
||||||
|
|
||||||
// Update connection if it exists
|
// Update connection if it exists
|
||||||
if (connection.id) {
|
if (connection.id) {
|
||||||
GuacamoleService.Connections.update(updated_connection, parameters);
|
GuacamoleService.Connections.update(updated_connection, parameters);
|
||||||
|
Reference in New Issue
Block a user