review(pull/10591#discussion_r1818919818): export without user id
This commit is contained in:
parent
cbb9854f4c
commit
fa50e21101
2 changed files with 0 additions and 2 deletions
|
@ -127,7 +127,6 @@ module ColumnsConcern
|
|||
followers_instructeurs_email_column,
|
||||
groupe_instructeurs_id_column,
|
||||
Column.new(procedure_id: id, table: 'avis', column: 'question_answer', filterable: false),
|
||||
Column.new(procedure_id: id, table: 'user', column: 'id', filterable: false, displayable: false),
|
||||
user_france_connected_column
|
||||
]
|
||||
end
|
||||
|
|
|
@ -50,7 +50,6 @@ describe ColumnsConcern do
|
|||
{ label: 'Email instructeur', table: 'followers_instructeurs', column: 'email', displayable: true, type: :text, scope: '', value_column: :value, filterable: true },
|
||||
{ label: 'Groupe instructeur', table: 'groupe_instructeur', column: 'id', displayable: true, type: :enum, scope: '', value_column: :value, filterable: true },
|
||||
{ label: 'Avis oui/non', table: 'avis', column: 'question_answer', displayable: true, type: :text, scope: '', value_column: :value, filterable: false },
|
||||
{ label: 'Identifiant du demandeur', table: 'user', column: 'id', displayable: false, type: :text, scope: '', value_column: :value, filterable: false },
|
||||
{ label: 'FranceConnect ?', table: 'self', column: 'user_from_france_connect?', displayable: false, type: :text, scope: '', value_column: :value, filterable: false },
|
||||
{ label: 'SIREN', table: 'etablissement', column: 'entreprise_siren', displayable: true, type: :text, scope: '', value_column: :value, filterable: true },
|
||||
{ label: 'Forme juridique', table: 'etablissement', column: 'entreprise_forme_juridique', displayable: true, type: :text, scope: '', value_column: :value, filterable: true },
|
||||
|
|
Loading…
Reference in a new issue