0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 20:02:54 +01:00

FIX: missing tags when using custom tags

Dieser Commit ist enthalten in:
Robert Barrow 2020-03-04 14:10:16 +00:00
Ursprung 9ccef0832b
Commit b8f9a73b21

Datei anzeigen

@ -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 = {}