commit
ba0918c675
2 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,7 @@ class DossierProjectionService
|
|||
types_de_champ: { stable_id: fields.map { |f| f[COLUMN] } },
|
||||
dossier_id: dossiers_ids
|
||||
)
|
||||
.select(:dossier_id, :value, :type_de_champ_id, :stable_id, :type, :data) # we cannot pluck :value, as we need the champ.to_s method
|
||||
.select(:dossier_id, :value, :type_de_champ_id, :stable_id, :type, :external_id, :data) # we cannot pluck :value, as we need the champ.to_s method
|
||||
.group_by(&:stable_id) # the champs are redispatched to their respective fields
|
||||
.map do |stable_id, champs|
|
||||
field = fields.find { |f| f[COLUMN] == stable_id.to_s }
|
||||
|
|
|
@ -31,7 +31,6 @@ features = [
|
|||
:expert_not_allowed_to_invite,
|
||||
:hide_instructeur_email,
|
||||
:instructeur_bypass_email_login_token,
|
||||
:make_experts_notifiable,
|
||||
:procedure_revisions,
|
||||
:procedure_routage_api,
|
||||
:procedure_process_expired_dossiers_termine
|
||||
|
|
Loading…
Reference in a new issue