1
0
Fork 0

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']]