Explorar el Código

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

Markus Ochel hace 12 años
padre
commit
02aec01661
Se han modificado 1 ficheros con 1 adiciones y 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