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
Upon duplicating a course, the order of the forum topics might be shuffled, however one cannot simply reorder it by dragging and instead has to do delete/add/edit.
Left: duplicated course
Right: original course
The text was updated successfully, but these errors were encountered:
Hi, I'm interested in contributing to this issue, so I took a look at the code and found that the forum display uses ForumTopicTable, which uses the MUIDataTable component:
Unfortunately, MUIDataTable only supports draggableColumns, and not draggable rows. It doesn't look like there's a way to implement dragging of the topics to shuffle without rewriting this component.
Hi @leslieyip02 thanks a lot for your interest in this issue.
Actually, we are currently working on resolving this issue. Should you be interested, you might also look into this issue #4972. This is also interesting issue and we think you might take a look at this one.
Upon duplicating a course, the order of the forum topics might be shuffled, however one cannot simply reorder it by dragging and instead has to do delete/add/edit.
Left: duplicated course
Right: original course
The text was updated successfully, but these errors were encountered: