0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Bugfix topic params

Dieser Commit ist enthalten in:
Angus McLeod 2020-04-15 11:13:06 +10:00
Ursprung d65eb923d9
Commit 631640a7d7

Datei anzeigen

@ -306,7 +306,7 @@ class CustomWizard::Action
user: user
).perform
params[:raw] = action['post_builder'] ?
params[:raw] = action['post_template'] ?
mapper.interpolate(action['post_template']) :
data[action['post']]