Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Also pass custom_fields to the UserUpdater
Dieser Commit ist enthalten in:
Ursprung
bf15927c8e
Commit
a5a18666ad
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -347,8 +347,7 @@ class CustomWizard::Builder
|
||||||
end
|
end
|
||||||
|
|
||||||
if custom_fields.present?
|
if custom_fields.present?
|
||||||
custom_fields.each { |k, v| user.custom_fields[k] = v }
|
attributes[:custom_fields] = custom_fields
|
||||||
user.save_custom_fields(true)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if attributes.present?
|
if attributes.present?
|
||||||
|
|
Laden …
In neuem Issue referenzieren