Added controller to product_logo setting.
This commit is contained in:
parent
19802f88a2
commit
172fc00155
1 changed files with 3 additions and 0 deletions
|
@ -557,6 +557,9 @@ class UpdateSettingAuth < ActiveRecord::Migration
|
|||
state: {},
|
||||
frontend: false
|
||||
)
|
||||
setting = Setting.find_by(name: 'product_logo')
|
||||
setting.preferences[:controller] = 'SettingsAreaLogo'
|
||||
setting.save
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue