0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
jumagura 2023-09-21 22:39:29 -04:00
Ursprung adfffb4d08
Commit eeb99d1507

Datei anzeigen

@ -36,7 +36,7 @@ class CustomWizard::Action
end
if creates_post? && @result.success?
@result.handler.enqueue_jobs
@result.handler.enqueue_jobs
end
if @result.success? && @result.output.present?
@ -675,7 +675,7 @@ class CustomWizard::Action
end
if attr === "full_name" && input.blank?
input = action["name"]
input = action["name"]
end
if input.present?
@ -768,7 +768,7 @@ input = action["name"]
"#{key}_upload_url"
else
key
end
end
end
def cast_profile_value(value, key)