GUACAMOLE-926: Fix attribute disambiguation suffix handling.

This commit is contained in:
James Muehlner
2023-04-14 18:42:29 +00:00
parent e005673dab
commit 6ff2ec0e72

View File

@@ -304,7 +304,7 @@ angular.module('import').factory('connectionCSVService',
transformConfig.parameterOrAttributeGetters.push(
row => ({
type: 'attributes',
name: parameterName,
name: attributeName,
value: fetchFieldAtIndex(row)
})
);