fix(dossier_projection_service.rb): do not fwd internal id_value_h to the view by deep duping fields
This commit is contained in:
parent
b3cb3e974e
commit
41eb99ce5a
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class DossierProjectionService
|
|||
# - the order of the intermediary query results are unknown
|
||||
# - some values can be missing (if a revision added or removed them)
|
||||
def self.project(dossiers_ids, fields)
|
||||
fields = fields.deep_dup
|
||||
state_field = { TABLE => 'self', COLUMN => 'state' }
|
||||
archived_field = { TABLE => 'self', COLUMN => 'archived' }
|
||||
batch_operation_field = { TABLE => 'self', COLUMN => 'batch_operation_id' }
|
||||
|
|
Loading…
Reference in a new issue