Fix: Reverse merge of defaults

pull/7471/head
Wieland Lindenthal 5 years ago
parent a065950bc6
commit 590d209a5d
  1. 2
      modules/bcf/lib/open_project/bcf/bcf_xml/importer.rb

@ -43,7 +43,7 @@ module OpenProject::Bcf::BcfXml
end
def import!(options = {})
options = options.merge(DEFAULT_IMPORT_OPTIONS)
options = DEFAULT_IMPORT_OPTIONS.merge(options)
Zip::File.open(@file) do |zip|
apply_import_replacements(options)

Loading…
Cancel
Save