Skip to content

Commit

Permalink
Fix cv download
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Feb 18, 2025
1 parent 6b4bb3a commit 4950159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/people/export_cv/_export_form.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= form_with(url: person_path(format: 'odt'), method: 'get', data: {controller: "skills-filter"}) do |f|
= form_with(url: person_path(format: 'odt'), method: 'get', data: {controller: "skills-filter", turbo: false}) do |f|
.mb-2.w-100
= f.label :location, class: "form-label w-100"
= f.collection_select :location, BranchAdress.all, :id, :short_name, {selected: (BranchAdress.find_by(default_branch_adress: true) || BranchAdress.first).id}, class: "form-select w-100"
Expand Down

0 comments on commit 4950159

Please sign in to comment.