From ba604497869949bae817ec556cdd9456e2c14ce7 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 24 Jun 2019 00:21:06 -0700 Subject: [PATCH] GUACAMOLE-822: Correct retrieval of client identifier for connection groups. Commit f92bf9c moved the getClientIdentifier() function to the GroupListItem class, thus making the function available as item.getClientIdentifier() within the connection or connection group templates referenced by an instance of the guacGroupList directive. This change correctly updated all but the connection group template for the home screen, which was incorrectly updated to reference the function as if it were directly on the scope. As such a function doesn't exist, AngularJS didn't substitute any value, resulting in a non-functional link. --- .../src/main/webapp/app/home/templates/connectionGroup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/home/templates/connectionGroup.html b/guacamole/src/main/webapp/app/home/templates/connectionGroup.html index 6b5426457..909aacfd0 100644 --- a/guacamole/src/main/webapp/app/home/templates/connectionGroup.html +++ b/guacamole/src/main/webapp/app/home/templates/connectionGroup.html @@ -1,4 +1,4 @@ - {{item.name}} + {{item.name}} {{item.name}}