You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playlists in the course are currently sorted in ascending order by their creation date. The problem occurs because the copied playlists do not copy the creation date, but set the copy date as creation date instead. I tried to copy the playlists sorted by creation date. This approach does not work, as all copied playlists ended with the same creation dates, at least in my test system. So this problem is not trivial to solve as long as we do not offer a sorting option for the playlists in the course. It would be possible to offset the creation dates, e.g. by one second. But that would lead to messy hacks in the code.
In conclusion, it would be best to solve this problem with the planned sorting function of playlists in courses to avoid ugly code.
Related #888
The playlists are displayed in a different order than in the source course when transferring all contents of a cours to another course.
Originally posted by @kai-wng-uos in #879
The text was updated successfully, but these errors were encountered: