Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +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
|
||||
|
||||
if custom_fields.present?
|
||||
custom_fields.each { |k, v| user.custom_fields[k] = v }
|
||||
user.save_custom_fields(true)
|
||||
attributes[:custom_fields] = custom_fields
|
||||
end
|
||||
|
||||
if attributes.present?
|
||||
|
|
Laden …
In neuem Issue referenzieren