mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-926: Fix attribute disambiguation suffix handling.
This commit is contained in:
@@ -304,7 +304,7 @@ angular.module('import').factory('connectionCSVService',
|
||||
transformConfig.parameterOrAttributeGetters.push(
|
||||
row => ({
|
||||
type: 'attributes',
|
||||
name: parameterName,
|
||||
name: attributeName,
|
||||
value: fetchFieldAtIndex(row)
|
||||
})
|
||||
);
|
||||
|
Reference in New Issue
Block a user