fix: truncate the display_name field to a maximum 255 characters#141
Open
MAAngamarca wants to merge 1 commit intopearson-release/olive.stagefrom
Open
fix: truncate the display_name field to a maximum 255 characters#141MAAngamarca wants to merge 1 commit intopearson-release/olive.stagefrom
MAAngamarca wants to merge 1 commit intopearson-release/olive.stagefrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR amis to truncate
display_namefield to prevent the following error:django.db.utils.DataError: (1406, "Data too long for column 'display_name' at row 1")This error occurs when attempting to create or update an
XBlockCache.Testing instructions
Create a course with Blank Common Problem and set the following name:
Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Duplicate of 'Blank Common Problem''''''''''''''''From a cms shell, run the following code:
And the xblock cached should be created sucessfully