mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
feat: export excel file
refactor: align id columns between export and import refactor: match column names with template
This commit is contained in:
committed by
Carlos Valente
parent
10762f10bf
commit
1d8c04d0b4
@@ -21,7 +21,7 @@ describe('isImportMap()', () => {
|
||||
timeWarning: 'warning time',
|
||||
timeDanger: 'danger time',
|
||||
custom: {},
|
||||
entryId: 'id',
|
||||
id: 'id',
|
||||
};
|
||||
|
||||
expect(isImportMap(importMap)).toBe(true);
|
||||
@@ -72,7 +72,7 @@ describe('isImportMap()', () => {
|
||||
userDefined: 'userDefined',
|
||||
anotherOne: 'anotherOne',
|
||||
},
|
||||
entryId: 'id',
|
||||
id: 'id',
|
||||
};
|
||||
|
||||
expect(isImportMap(importMap)).toBe(true);
|
||||
|
||||
@@ -21,7 +21,7 @@ export const defaultImportMap = {
|
||||
timeWarning: 'warning time',
|
||||
timeDanger: 'danger time',
|
||||
custom: {},
|
||||
entryId: 'id',
|
||||
id: 'id',
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user