Merge pull request #5598 from tsiegleauq/export-vote-weight
Export users with username and vote weight
This commit is contained in:
commit
e6fc32b9b4
@ -293,7 +293,9 @@ export class UserListComponent extends BaseListViewComponent<ViewUser> implement
|
|||||||
{ property: 'is_committee', label: 'Is a committee' },
|
{ property: 'is_committee', label: 'Is a committee' },
|
||||||
{ property: 'default_password', label: 'Initial password' },
|
{ property: 'default_password', label: 'Initial password' },
|
||||||
{ property: 'email' },
|
{ property: 'email' },
|
||||||
{ property: 'gender' }
|
{ property: 'username' },
|
||||||
|
{ property: 'gender' },
|
||||||
|
{ property: 'vote_weight', label: 'Vote weight' }
|
||||||
],
|
],
|
||||||
this.translate.instant('Participants') + '.csv'
|
this.translate.instant('Participants') + '.csv'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user