mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Theme settings are referenced in JS by settings, not themeSetting
This commit is contained in:
@@ -60,7 +60,7 @@ class ThemeField < ActiveRecord::Base
|
||||
validates :name, format: { with: /\A[a-z_][a-z0-9_-]*\z/i },
|
||||
if: Proc.new { |field| ThemeField.theme_var_type_ids.include?(field.type_id) }
|
||||
|
||||
COMPILER_VERSION = 7
|
||||
COMPILER_VERSION = 8
|
||||
|
||||
belongs_to :theme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user