Skip to content

Merge release from 2014-03-10 - #2885

Merged
cpennington merged 6 commits into
openedx:masterfrom
cpennington:merge-release-2014-03-10
Mar 10, 2014
Merged

Merge release from 2014-03-10#2885
cpennington merged 6 commits into
openedx:masterfrom
cpennington:merge-release-2014-03-10

Conversation

@cpennington

Copy link
Copy Markdown
Contributor

No description provided.

antoviaque and others added 6 commits March 10, 2014 12:01
…e FieldData

Without this, the new 'items' field in the course_info xmodule caused
bizarre behavior. If you added the text 'items' to a course_info
section, then the LMS would throw a 500, because the field name isn't
'data', but the stored data is a string, leading to the check of
`key.field_name in self._data`, where key.field_name is the string 'items',
and self._data is the content string.
Conflicts:
	cms/envs/common.py
	lms/envs/common.py
@cpennington

Copy link
Copy Markdown
Contributor Author

@hkim823

@hkim823

hkim823 commented Mar 10, 2014

Copy link
Copy Markdown
Contributor

👍

cpennington added a commit that referenced this pull request Mar 10, 2014
@cpennington
cpennington merged commit d21e683 into openedx:master Mar 10, 2014
@cpennington
cpennington deleted the merge-release-2014-03-10 branch March 10, 2014 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants