mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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(
|
transformConfig.parameterOrAttributeGetters.push(
|
||||||
row => ({
|
row => ({
|
||||||
type: 'attributes',
|
type: 'attributes',
|
||||||
name: parameterName,
|
name: attributeName,
|
||||||
value: fetchFieldAtIndex(row)
|
value: fetchFieldAtIndex(row)
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user