Hi all,
I’m using Tutor 14.0.5 / Nutmeg with tutor-notes plugin.
When you add a note, the URL associated leads to the legacy experience.
Clicking here:
leads to:
and not the MFE.
Hi all,
I’m using Tutor 14.0.5 / Nutmeg with tutor-notes plugin.
When you add a note, the URL associated leads to the legacy experience.
Clicking here:
leads to:
and not the MFE.
To build the URL, it uses courseware_position reverse url to get the location:
item_dict['url'] = reverse('courseware_position', kwargs={
'course_id': str(course.id),
'chapter': chapter.url_name,
'section': section.url_name,
'position': position,
})