Change paths to bim module

[ci skip]
pull/8240/head
Oliver Günther 5 years ago
parent a08dad8a56
commit 0df616896e
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      modules/bim/app/controllers/bim/bcf/issues_controller.rb
  2. 2
      modules/bim/app/views/bim/bcf/issues/diff_on_work_packages.html.erb
  3. 2
      modules/bim/app/views/bim/bcf/issues/upload.html.erb

@ -86,7 +86,7 @@ module Bim
end
def redirect_to_bcf_issues_list
redirect_to project_work_packages_path(@project)
redirect_to defaults_bcf_project_ifc_models_path(@project)
end
private

@ -65,7 +65,7 @@
<p><%= t('bcf.bcf_xml.import.perform_description') %></p>
<%= submit_tag t('bcf.bcf_xml.import.button_perform_import'), class: 'button -highlight' %>
<%= link_to t(:button_cancel),
project_work_packages_path(@project),
defaults_bcf_project_ifc_models_path(@project),
class: 'button' %>
<% end %>

@ -14,6 +14,6 @@
<%= submit_tag t('bcf.bcf_xml.import.button_prepare'), class: 'button -highlight' %>
<%= link_to t(:button_cancel),
project_work_packages_path(@project),
defaults_bcf_project_ifc_models_path(@project),
class: 'button' %>
<% end %>

Loading…
Cancel
Save