Merge pull request #5425 from tsiegleauq/motion-csv-impexp
Export motion id latest
This commit is contained in:
commit
b43151fd59
@ -97,7 +97,6 @@ export enum MotionEditNotificationType {
|
|||||||
* Defines the column order for csv/xlsx export/import of motions.
|
* Defines the column order for csv/xlsx export/import of motions.
|
||||||
*/
|
*/
|
||||||
export const motionImportExportHeaderOrder: string[] = [
|
export const motionImportExportHeaderOrder: string[] = [
|
||||||
'id',
|
|
||||||
'identifier',
|
'identifier',
|
||||||
'submitters',
|
'submitters',
|
||||||
'title',
|
'title',
|
||||||
@ -105,10 +104,11 @@ export const motionImportExportHeaderOrder: string[] = [
|
|||||||
'reason',
|
'reason',
|
||||||
'category',
|
'category',
|
||||||
'tags',
|
'tags',
|
||||||
|
'motion_block',
|
||||||
|
'origin',
|
||||||
'recommendation',
|
'recommendation',
|
||||||
'state',
|
'state',
|
||||||
'motion_block',
|
'id'
|
||||||
'origin'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user