Recently in Quince I tried drag and drop functionality to move subsection(sequential) from one section(Chapter) to another in Studio and after publishing the course when i refresh the LMS course homepage the outline is not getting updated.
I tried to debug the Issue and found that the system calls function called “get_user_course_outline” to remove unncesseary or unauthorized section,subsection from the course outline which was introduced from maple release.
I want to know if it is really a bug or i am missing something over here
Example for clear understanding:-
consider a course with 3 sections named 1/2/3 in this order and each one of them have subscetion and unit inside it.
now i move subsection 3 to section 2. so section 3 is empty at this point and i publish my course
When i refresh the LMS homepage section 1 is dispalyed properly and in section 2 only subsection2 is displayed instead there should also be subsection3 and section3 is removed (bcoz it is empty which is proper) but subsection3 is not displalyed anywhere.
Thank you for the welcome and replying to conversation
Regarding release dates and section/subsection visibility settings all of them i have checked and are good also i have checked with admin/superuser but the issue is still the same.
The first thing you might want to try is to go to your Django admin for learning sequences ({your django admin site}/admin/learning_sequences/coursecontext/), then find your course. Check to see if there are any error messages there.
Otherwise, could you please post an export of your test course?