-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using display_name_with_default instead of display_name. #11550
Conversation
26c9291
to
67a88b0
Compare
@symbolist @muhammad-ammar Quick look ? |
@muzaffaryousaf lgtm 👍 |
@muzaffaryousaf I see two other usages of reading |
In |
67a88b0
to
ef7a3cd
Compare
@symbolist we don't need default name at line 27 but i've made the change for other place. |
""" | ||
Test that the xblocks data is persisted correctly with display_name=None. | ||
""" | ||
ItemFactory.create(parent_location=self.sequential_2.location, category='vertical', display_name=None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muzaffaryousaf We should check there is a valid XBlockCache
item for this XBlock.
ef7a3cd
to
5095224
Compare
@symbolist I've addressed your feedback. PTAL. Thanks. |
👍 once tests pass. |
@muzaffaryousaf Tests have passed. I am merging so that we can get it into todays RC. |
Using display_name_with_default instead of display_name.
TNL-4103