1
0
Fork 0

Merge pull request #29 from merefield/missing_tags_fix

FIX: missing tags when using custom tags
Dieser Commit ist enthalten in:
Angus McLeod 2020-03-06 16:09:15 +11:00 committet von GitHub
Commit 0390f742a8
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

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