diff --git a/public/react/src/modules/courses/Video/Video.js b/public/react/src/modules/courses/Video/Video.js index 2e5cc23dc..14e69cfbb 100644 --- a/public/react/src/modules/courses/Video/Video.js +++ b/public/react/src/modules/courses/Video/Video.js @@ -270,7 +270,8 @@ class Video extends Component { operation={operation || item.user_id === user_id} deleteVideo={(admin || item.user_id === user_id) ? this.deleteVideo : undefined} moveVideo={videoData && videoData.has_category && flagMove ? () => this.moveVideo(item.id, (course_identity > 2 && item.user_id !== user_id)) : undefined} - + newtitle={item.title} + newcourse_video_id={item.course_video_id} > ) diff --git a/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js b/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js index 519b719f9..8f847709e 100644 --- a/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js +++ b/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js @@ -95,7 +95,7 @@ function VideoInReviewItem (props) { { props&&props.mykt!=undefined?isReview !== true && moveVideo && - Setmyktid(props.id,props.title)} + Setmyktid(props.newcourse_video_id,props.newtitle)} style={{ marginTop: '1px', display: 'inline-block'}} > :""