Started adding timezone support
This commit is contained in:
parent
33e075ecdc
commit
478237e60f
14 changed files with 191 additions and 9 deletions
|
@ -548,7 +548,7 @@ router.post('/subscription/import-confirm', passport.parseForm, passport.csrfPro
|
|||
fieldList = [];
|
||||
}
|
||||
|
||||
let allowedColumns = ['email', 'first_name', 'last_name'];
|
||||
let allowedColumns = ['email', 'first_name', 'last_name', 'tz'];
|
||||
fieldList.forEach(field => {
|
||||
if (field.column) {
|
||||
allowedColumns.push(field.column);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue