Explorar o código

Fix site social links again so they can save when submitting form

Markus Ochel %!s(int64=12) %!d(string=hai) anos
pai
achega
02aec01661
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      admin/models/site.coffee

+ 1 - 1
admin/models/site.coffee

@@ -6,7 +6,7 @@ utils = require('lib/utils')
 BaseModel = require('models/base')
 
 class Site extends BaseModel
-  @configure "Site", "_id", "name", "name_html", "tagline", "menu_html", "header_html", "footer_html", "link", "theme", "css", "seo_description", "seo_keywords", "google_analytics_code", "editor_email", "admin_email"
+  @configure "Site", "_id", "name", "name_html", "tagline", "menu_html", "header_html", "footer_html", "link", "social_links", "theme", "css", "seo_description", "seo_keywords", "google_analytics_code", "editor_email", "admin_email"
   
   @extend @CouchAjax