Commits vergleichen
4 Commits
main
...
failing_ba
Autor | SHA1 | Datum | |
---|---|---|---|
|
4ee071f890 | ||
|
ca68eceb0f | ||
|
543f18584f | ||
|
28baf0b574 |
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -255,7 +255,7 @@ class CustomWizard::Mapper
|
|||
end
|
||||
end
|
||||
|
||||
if opts[:template] #&& CustomWizard::Subscription.subscribed?
|
||||
if opts[:template] && CustomWizard::Subscription.subscribed?
|
||||
template = Liquid::Template.parse(string)
|
||||
string = template.render(data)
|
||||
end
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
# name: discourse-custom-wizard
|
||||
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
|
||||
# version: 2.2.9
|
||||
# version: 2.2.10
|
||||
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever
|
||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||
# contact_emails: development@pavilion.tech
|
||||
|
|
Laden …
In neuem Issue referenzieren