Skip to content

Commit

Permalink
Fix search not working upon edit (SEA-1299).
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed Jul 30, 2024
1 parent c4e5609 commit fb7a337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/privatim/views/consultations.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def create_consultation_from_form(
prev.replaced_by = new_consultation
prev.is_latest_version = 0
session.add(prev)
new_consultation.reindex_files()
return new_consultation


Expand Down

0 comments on commit fb7a337

Please sign in to comment.