Skip to content

Commit

Permalink
Merge pull request #2966 from AlchemyCMS/backport/7.2-stable/pr-2965
Browse files Browse the repository at this point in the history
[7.2-stable] Update _autocomplete_tag_list.html.erb
  • Loading branch information
tvdeyen authored Jul 5, 2024
2 parents c560540 + be5bd5f commit 53f2204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<%= render Alchemy::Admin::TagsAutocomplete.new do %>
<%= f.text_field :tag_list, value: object.tag_list.join(",") %>
<%= f.text_field :tag_list, value: f.object.tag_list.join(",") %>
<% end %>

0 comments on commit 53f2204

Please sign in to comment.