Update seq_* to edx.ui.lms.sequence.* format
seq_next, seq_prev, and seq_goto events are all renamed, and maintain legacy compatibility. This PR also introduces new EventTransformer framework to shim events based on name prefix. MA-2221
This commit is contained in:
committed by
J. Cliff Dyer
parent
974233f573
commit
001874c42e
@@ -625,7 +625,7 @@ EVENT_TRACKING_BACKENDS = {
|
||||
},
|
||||
'processors': [
|
||||
{'ENGINE': 'track.shim.LegacyFieldMappingProcessor'},
|
||||
{'ENGINE': 'track.shim.VideoEventProcessor'}
|
||||
{'ENGINE': 'track.shim.PrefixedEventProcessor'}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user