diff --git a/guacamole/src/main/frontend/src/app/import/services/connectionCSVService.js b/guacamole/src/main/frontend/src/app/import/services/connectionCSVService.js index 9ab6a46d0..07af37e89 100644 --- a/guacamole/src/main/frontend/src/app/import/services/connectionCSVService.js +++ b/guacamole/src/main/frontend/src/app/import/services/connectionCSVService.js @@ -304,7 +304,7 @@ angular.module('import').factory('connectionCSVService', transformConfig.parameterOrAttributeGetters.push( row => ({ type: 'attributes', - name: parameterName, + name: attributeName, value: fetchFieldAtIndex(row) }) );