diff options
| author | Luc Donnet | 2018-05-17 14:21:11 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2018-05-17 14:21:11 +0200 | 
| commit | d021c0698a99be789491d9719dbb6c269006f2bb (patch) | |
| tree | a573fd4beb161b5f75b6cdafd7ab430a8f4743e2 /app/models/import/netex.rb | |
| parent | 27340235bf523f1d82ac9c8f709a73bfb112a06b (diff) | |
| download | chouette-core-d021c0698a99be789491d9719dbb6c269006f2bb.tar.bz2 | |
Fix import details Refs #70737073-Fix_imports_details
Diffstat (limited to 'app/models/import/netex.rb')
| -rw-r--r-- | app/models/import/netex.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/app/models/import/netex.rb b/app/models/import/netex.rb index b4422328c..753f9128d 100644 --- a/app/models/import/netex.rb +++ b/app/models/import/netex.rb @@ -100,7 +100,6 @@ class Import::Netex < Import::Base          metadata.periodes = frame.periods          line_objectids = frame.line_refs.map { |ref| "STIF:CODIFLIGNE:Line:#{ref}" } -        create_message criticity: :info, message_key: "referential_creation_lines_found", message_attributes: {line_objectids: line_objectids.to_sentence}          metadata.line_ids = workbench.lines.where(objectid: line_objectids).pluck(:id)        end      end | 
