This commit is contained in:
Jan Prochazka
2022-03-14 19:27:59 +01:00
parent 900fdc56f4
commit 651dd09b15

View File

@@ -578,7 +578,7 @@ export abstract class GridDisplay {
return this.getColumns(null) return this.getColumns(null)
.filter(col => col.isChecked) .filter(col => col.isChecked)
.map(col => ({ .map(col => ({
dst: col.headerText, dst: col.uniqueName,
src: col.uniqueName, src: col.uniqueName,
ignore: !changesDefined, ignore: !changesDefined,
})); }));