We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 038604e + c5da688 commit 1a2f8f1Copy full SHA for 1a2f8f1
plugin.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
# name: discourse-custom-wizard
3
# about: Create custom wizards
4
-# version: 1.18.1
+# version: 1.18.2
5
# authors: Angus McLeod
6
# url: https://github.com/paviliondev/discourse-custom-wizard
7
# contact emails: angus@thepavilion.io
serializers/custom_wizard/wizard_field_serializer.rb
@@ -101,7 +101,7 @@ def content
101
object.content
102
end
103
104
- def content
+ def tag_groups
105
object.tag_groups
106
107
0 commit comments