Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
boolean cast bugfix
Dieser Commit ist enthalten in:
Ursprung
0b9abf84cc
Commit
26ce6a313b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -341,7 +341,7 @@ class CustomWizard::Builder
|
||||||
end
|
end
|
||||||
|
|
||||||
def standardise_boolean(value)
|
def standardise_boolean(value)
|
||||||
!!HasCustomFields::Helpers::CUSTOM_FIELD_TRUE.include?(value)
|
ActiveRecord::Type::Boolean.new.cast(value)
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_topic(user, action, data)
|
def create_topic(user, action, data)
|
||||||
|
|
Laden …
In neuem Issue referenzieren