Skip to content

Cale/fix crazy items error - #2880

Merged
hkim823 merged 4 commits into
releasefrom
cale/fix-crazy-items-error
Mar 10, 2014
Merged

Cale/fix crazy items error#2880
hkim823 merged 4 commits into
releasefrom
cale/fix-crazy-items-error

Conversation

@cpennington

Copy link
Copy Markdown
Contributor

No description provided.

antoviaque and others added 4 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.
hkim823 added a commit that referenced this pull request Mar 10, 2014
@hkim823
hkim823 merged commit 603a97f into release Mar 10, 2014
@hkim823

hkim823 commented Mar 10, 2014

Copy link
Copy Markdown
Contributor

👍

@cpennington
cpennington deleted the cale/fix-crazy-items-error branch April 1, 2014 14:12
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