mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 05:51:08 +08:00
FEATURE: Per-plugin settings buttons, "Enabled" column
Also, added enabled_site_setting to the Poll plugin so it shows up properly.
This commit is contained in:
@ -299,8 +299,12 @@ class Plugin::Instance
|
||||
end
|
||||
end
|
||||
|
||||
def enabled_site_setting(setting)
|
||||
@enabled_site_setting = setting
|
||||
def enabled_site_setting(setting=nil)
|
||||
if setting
|
||||
@enabled_site_setting = setting
|
||||
else
|
||||
@enabled_site_setting
|
||||
end
|
||||
end
|
||||
|
||||
protected
|
||||
|
Reference in New Issue
Block a user