Only update data in modules that have been set when passing into save_item, and don't force callers to set everything

This commit is contained in:
Calen Pennington
2012-10-25 13:56:24 -04:00
parent 4432712e9c
commit bd1233d38c
3 changed files with 9 additions and 16 deletions

View File

@@ -1,6 +1,2 @@
class CMS.Models.Module extends Backbone.Model
url: '/save_item'
defaults:
data: null
children: null
metadata: null