chore: Navigation to the video gallery updated
This commit is contained in:
@@ -468,7 +468,7 @@ function($, _, Backbone, gettext, BasePage, ViewUtils, ContainerView, XBlockView
|
||||
){
|
||||
var destinationUrl;
|
||||
if (useVideoGalleryFlow === "True" && blockType.includes("video")) {
|
||||
destinationUrl = this.$('.xblock-header-primary').attr("authoring_MFE_base_url") + '/videos';
|
||||
destinationUrl = this.$('.xblock-header-primary').attr("authoring_MFE_base_url") + '/course-videos/' + encodeURI(data.locator);
|
||||
}
|
||||
else {
|
||||
destinationUrl = this.$('.xblock-header-primary').attr("authoring_MFE_base_url") + '/' + blockType[1] + '/' + encodeURI(data.locator);
|
||||
|
||||
Reference in New Issue
Block a user