Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
Add blankspace
Dieser Commit ist enthalten in:
Ursprung
e37b2a6e85
Commit
457463f7c7
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -83,6 +83,7 @@ class ::CustomWizard::CustomField
|
||||||
add_error(I18n.t("#{i18n_key}.unsupported_class", class: value))
|
add_error(I18n.t("#{i18n_key}.unsupported_class", class: value))
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
||||||
if attr == 'klass' && @subscription.requires_additional_subscription("custom_fields", "klass").include?(value)
|
if attr == 'klass' && @subscription.requires_additional_subscription("custom_fields", "klass").include?(value)
|
||||||
add_error(I18n.t("wizard.custom_field.error.subscription_type", type: value))
|
add_error(I18n.t("wizard.custom_field.error.subscription_type", type: value))
|
||||||
end
|
end
|
||||||
|
|
Laden …
In neuem Issue referenzieren