1
0
Fork 0

Commits vergleichen

...

4 Commits

Autor SHA1 Nachricht Datum
Angus McLeod
4ee071f890 Update plugin.rb 2023-03-15 14:15:00 +01:00
Angus McLeod
ca68eceb0f Merge branch 'main' into failing_backend 2023-03-15 14:14:09 +01:00
Angus McLeod
543f18584f Update plugin.rb 2023-03-15 14:05:47 +01:00
Angus McLeod
28baf0b574 Update mapper.rb 2023-03-15 14:05:29 +01:00
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -255,7 +255,7 @@ class CustomWizard::Mapper
end end
end end
if opts[:template] #&& CustomWizard::Subscription.subscribed? if opts[:template] && CustomWizard::Subscription.subscribed?
template = Liquid::Template.parse(string) template = Liquid::Template.parse(string)
string = template.render(data) string = template.render(data)
end end

Datei anzeigen

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
# name: discourse-custom-wizard # name: discourse-custom-wizard
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more. # 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 # authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever
# url: https://github.com/paviliondev/discourse-custom-wizard # url: https://github.com/paviliondev/discourse-custom-wizard
# contact_emails: development@pavilion.tech # contact_emails: development@pavilion.tech