Skip to content

Commit

Permalink
Force autocomplete refresh every time
Browse files Browse the repository at this point in the history
  • Loading branch information
ceithir committed Sep 23, 2023
1 parent 317e3e8 commit b674b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/common_tagging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class CommonTagging < ApplicationRecord
after_create :update_wrangler
after_create :inherit_parents
after_create :remove_uncategorized_media
after_create :update_child_autocomplete

after_commit :update_search
after_commit :update_child_autocomplete

def update_wrangler
unless User.current_user.nil?
Expand Down

0 comments on commit b674b90

Please sign in to comment.