Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
Bugfix topic params
Dieser Commit ist enthalten in:
Ursprung
d65eb923d9
Commit
631640a7d7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -306,7 +306,7 @@ class CustomWizard::Action
|
||||||
user: user
|
user: user
|
||||||
).perform
|
).perform
|
||||||
|
|
||||||
params[:raw] = action['post_builder'] ?
|
params[:raw] = action['post_template'] ?
|
||||||
mapper.interpolate(action['post_template']) :
|
mapper.interpolate(action['post_template']) :
|
||||||
data[action['post']]
|
data[action['post']]
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren