1
0
Fork 0

Merge pull request #185 from Fma965/main

Fix issue with dropdown not working
Dieser Commit ist enthalten in:
Angus McLeod 2022-02-28 20:24:02 +01:00 committet von GitHub
Commit 1a2f8f1b76
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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

Datei anzeigen

@ -101,7 +101,7 @@ class CustomWizard::FieldSerializer < ::ApplicationSerializer
object.content
end
def content
def tag_groups
object.tag_groups
end