Skip to content

Commit

Permalink
temp: Ignore incorrect import for now
Browse files Browse the repository at this point in the history
The commit for "feat: Allow delete course content in Studio only for admin users"
introduces an incorrect import of an lms package from cms. Fixing this requires
a larger refactoring that doesn't make sense as part of this rebase.

The upsteam version also has this issue at this time:
openedx#27857

This can be dropped in Quince if the above is merged, or updated if the above
no longer has the issue.
  • Loading branch information
xitij2000 committed Jun 23, 2023
1 parent 653d353 commit 58ecc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ ignore_imports =
cms.djangoapps.contentstore.views.preview -> lms.djangoapps.lms_xblock.field_data
cms.envs.common -> lms.djangoapps.lms_xblock.mixin
cms.envs.test -> lms.envs.test
cms.djangoapps.contentstore.permissions -> lms.djangoapps.courseware.rules

0 comments on commit 58ecc18

Please sign in to comment.