PLAT-1885 Stop using deprecated BlockUsageLocator properties
This commit is contained in:
@@ -314,7 +314,7 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule):
|
||||
'element_id': self.location.html_id(),
|
||||
'item_id': text_type(self.location),
|
||||
'position': self.position,
|
||||
'tag': self.location.category,
|
||||
'tag': self.location.block_type,
|
||||
'ajax_url': self.system.ajax_url,
|
||||
'next_url': context.get('next_url'),
|
||||
'prev_url': context.get('prev_url'),
|
||||
|
||||
Reference in New Issue
Block a user