From b8f9a73b21a8dbce7fc9c1d6726d90596dc778f4 Mon Sep 17 00:00:00 2001 From: Robert Barrow Date: Wed, 4 Mar 2020 14:10:16 +0000 Subject: [PATCH] FIX: missing tags when using custom tags --- lib/custom_wizard/builder.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/custom_wizard/builder.rb b/lib/custom_wizard/builder.rb index 709cf134..ea8bdc01 100644 --- a/lib/custom_wizard/builder.rb +++ b/lib/custom_wizard/builder.rb @@ -387,8 +387,9 @@ class CustomWizard::Builder } params[:category] = action_category_id(action, data) - - tags = action['tags'] || [] + + tags = action_tags(action, data) + params[:tags] = tags topic_custom_fields = {}