From 7be42fd7d3d678b5ebc539b3c91dd3b844ff63d2 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 29 Nov 2016 21:45:06 -0800 Subject: adding better implementation for etag/cache invalidation --- system/admin/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/admin/config/config.go b/system/admin/config/config.go index 3d36a14..c46a54e 100644 --- a/system/admin/config/config.go +++ b/system/admin/config/config.go @@ -67,7 +67,7 @@ func (c *Config) MarshalEditor() ([]byte, error) { }), }, editor.Field{ - View: editor.Checkbox("cacheInvalidate", c, map[string]string{ + View: editor.Checkbox("CacheInvalidate", c, map[string]string{ "label": "Invalidate cache on save", }, map[string]string{ "cache": "Invalidate", -- cgit v1.2.3