Merge pull request #185 from Fma965/main
Fix issue with dropdown not working
Dieser Commit ist enthalten in:
Commit
1a2f8f1b76
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
# name: discourse-custom-wizard
|
||||
# about: Create custom wizards
|
||||
# version: 1.18.1
|
||||
# version: 1.18.2
|
||||
# authors: Angus McLeod
|
||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||
# contact emails: angus@thepavilion.io
|
||||
|
|
|
@ -101,7 +101,7 @@ class CustomWizard::FieldSerializer < ::ApplicationSerializer
|
|||
object.content
|
||||
end
|
||||
|
||||
def content
|
||||
def tag_groups
|
||||
object.tag_groups
|
||||
end
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren