mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-749: Call proper type-specific function when flattening a GroupListItem tree.
This commit is contained in:
@@ -186,7 +186,7 @@ angular.module('groupList').directive('guacGroupListFilter', [function guacGroup
|
||||
angular.forEach(item.children, function flattenChild(child) {
|
||||
if (child.type === GroupListItem.Type.CONNECTION_GROUP) {
|
||||
|
||||
var flattenedChild = flattenConnectionGroup(child);
|
||||
var flattenedChild = flattenGroupListItem(child);
|
||||
|
||||
// Merge all children
|
||||
Array.prototype.push.apply(
|
||||
|
Reference in New Issue
Block a user