Export users with username and vote weight
Importer expects both username and vote weight, Thus, exported csv could not easily be reimported
This commit is contained in:
parent
c0fb65316c
commit
28bac117be
@ -280,7 +280,9 @@ export class UserListComponent extends BaseListViewComponent<ViewUser> implement
|
||||
{ property: 'is_committee', label: 'Is a committee' },
|
||||
{ property: 'default_password', label: 'Initial password' },
|
||||
{ property: 'email' },
|
||||
{ property: 'gender' }
|
||||
{ property: 'username' },
|
||||
{ property: 'gender' },
|
||||
{ property: 'vote_weight', label: 'Vote weight' }
|
||||
],
|
||||
this.translate.instant('Participants') + '.csv'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user