Correctly persist checklist settings.
Incidentally, fixes an acceptance test (which would have caught this bug) not running. Its step regex was "They are correctly selected after I reload the page$", which happens to be matched by "I reload the page$", another step definition. Lettuce seems to arbitrarily pick between definitions if they both match a step, so it's good to ensure that each step isn't a sub-regexes of another.
Showing
- cms/djangoapps/contentstore/features/checklists.feature 1 addition, 2 deletionscms/djangoapps/contentstore/features/checklists.feature
- cms/djangoapps/contentstore/features/checklists.py 1 addition, 1 deletioncms/djangoapps/contentstore/features/checklists.py
- cms/djangoapps/contentstore/views/checklist.py 3 additions, 0 deletionscms/djangoapps/contentstore/views/checklist.py
Loading
Please register or sign in to comment