From b6c93b61fd5fd7d4a5206be0d45402f26007b4a8 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 4 Oct 2012 15:27:52 -0400 Subject: [PATCH] Mark published_date as system metadata --- common/lib/xmodule/xmodule/x_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/x_module.py b/common/lib/xmodule/xmodule/x_module.py index fd209ee26f..b0ea7772fb 100644 --- a/common/lib/xmodule/xmodule/x_module.py +++ b/common/lib/xmodule/xmodule/x_module.py @@ -409,7 +409,7 @@ class XModuleDescriptor(Plugin, HTMLSnippet, ResourceTemplates): # cdodge: this is a list of metadata names which are 'system' metadata # and should not be edited by an end-user - system_metadata_fields = [ 'data_dir' ] + system_metadata_fields = ['data_dir', 'published_date'] # A list of descriptor attributes that must be equal for the descriptors to # be equal