Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
FIX: linting error
Dieser Commit ist enthalten in:
Ursprung
bb81c5700a
Commit
10609f33e2
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
DiscourseEvent.on(:before_create_topic) do |topic_params, user|
|
||||
category = topic_params.category
|
||||
if category&.custom_fields&.[]('create_topic_wizard').present?
|
||||
|
|
Laden …
In neuem Issue referenzieren