shruti862
shruti862
Hey @rtibbles , in kolibri/plugins/device/assets/src/modules/manageContent/index.js file I found mutation that is updating taskList ``` function defaultState() { return { channelList: [], channelListLoading: false, taskList: [], watchedTaskId: null, }; } export...
Hey @rtibbles, Thank you for your suggestion. I will try this approach as well and provide you with updates soon.
Hey @rtibbles, I tried your suggestion Code changes: ``` computed: { ...mapState('manageContent', { taskList: state => state.taskList, watchedTaskId: state => state.watchedTaskId }), }, ``` Before deleting resources computed properties were:...
@MisRob Thank you for your suggestions I will try to debug it deeper and will provide updates soon.
Hey @Yashpreet-Singh-Jagdev, I am currently occupied with other issues, so this one is on hold for now. However, since I have already spent time on it in the past, I...
Hey @MisRob , can you assign this issue to me?
Hey @MisRob, Just wanted to confirm that for resolving this issue I need to do the following : 1. Open a PR in this repo to modify the default grid...
Hey @MisRob , @AlexVelezLl , I have raised PR please have a look whenever you have a moment and let me know if any changes needed :) A short note...
@bjester @MisRob As I see no one is assigned on this issue. Can you please assign me this issue .
@bjester Thank you for assigning me the issue. I have raised the PR regarding it. Please review it whenever you gets time may be after the holidays :) and let...