From 5b33c24594133d07d9a40da3ba83d9f2f30f23ee Mon Sep 17 00:00:00 2001 From: Prashant-thakur77 Date: Tue, 21 Oct 2025 20:09:16 +0530 Subject: [PATCH 1/3] Added Kbutton instead of Actionlink and updated the add next and previous step Vbtn to Kbutton --- .../RelatedResourcesTab.vue | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/RelatedResourcesTab/RelatedResourcesTab.vue b/contentcuration/contentcuration/frontend/channelEdit/components/RelatedResourcesTab/RelatedResourcesTab.vue index b965e55db0..b1d8ced1e2 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/RelatedResourcesTab/RelatedResourcesTab.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/RelatedResourcesTab/RelatedResourcesTab.vue @@ -20,7 +20,8 @@ {{ $tr('previewHelpText') }}

- @@ -71,14 +72,12 @@ {{ $tr('tooManyPreviousStepsWarning') }}

- - {{ $tr('addPreviousStepBtnLabel') }} - + /> - - {{ $tr('addNextStepBtnLabel') }} - + /> From 18c9a4e166057c63b779bbbd770cec345b09a32a Mon Sep 17 00:00:00 2001 From: Prashant-thakur77 Date: Tue, 21 Oct 2025 20:11:13 +0530 Subject: [PATCH 2/3] To update the cross button to kiconbutton and the nextsteptitle from vbtn to kbutton modified the relatedresourcesList.vue --- .../RelatedResourcesList.vue | 31 ++++++------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/RelatedResourcesList/RelatedResourcesList.vue b/contentcuration/contentcuration/frontend/channelEdit/components/RelatedResourcesList/RelatedResourcesList.vue index af0fe75adb..bd1fd3a159 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/RelatedResourcesList/RelatedResourcesList.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/RelatedResourcesList/RelatedResourcesList.vue @@ -19,13 +19,14 @@ - {{ getTitle(item) }} - + {{ getTitle({ title: item.parentTitle }) }} @@ -33,22 +34,12 @@ - - - {{ removeBtnLabel }} - + @@ -61,17 +52,13 @@ + + +