From 54fa796f0ad5eb2478c383c2f7afd9aec9bcb248 Mon Sep 17 00:00:00 2001 From: Maria A Nunez Date: Thu, 1 Oct 2020 15:53:36 -0400 Subject: [PATCH] Removed cloud_restrictable from PluginSettings.Enabled (#15725) --- model/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/config.go b/model/config.go index b4317db9eb..ae7f490884 100644 --- a/model/config.go +++ b/model/config.go @@ -2585,7 +2585,7 @@ type PluginState struct { } type PluginSettings struct { - Enable *bool `access:"plugins,write_restrictable,cloud_restrictable"` + Enable *bool `access:"plugins,write_restrictable"` EnableUploads *bool `access:"plugins,write_restrictable,cloud_restrictable"` AllowInsecureDownloadUrl *bool `access:"plugins,write_restrictable,cloud_restrictable"` EnableHealthCheck *bool `access:"plugins,write_restrictable,cloud_restrictable"`