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)
.filter(col => col.isChecked)
.map(col => ({
dst: col.headerText,
dst: col.uniqueName,
src: col.uniqueName,
ignore: !changesDefined,
}));