shruti862
shruti862
I was trying to resolve the linting errors and I don't know how my others commit went into this branch while rebasing. So, closing this one. New PR link :https://github.com/learningequality/kolibri/pull/13597
@rtibbles @pcenov Is this issue open to work upon??
@rtibbles Could you please assign the issue to me? I would like to give it a try.
@LianaHarris360 Yes, I am working on it; I have already inspected the cause of issue but due to the holidays I thought to share afterwards ,By tonight I will share...
@rtibbles @pcenov ,After inspecting the issue I noticed that watcher on computed property (watchedTaskHasFinished ) is not being triggered in taskNotificationMixin.js file due to which createTaskFinishedSnackbar() method is not called...
@rtibbles, According to my finding watchers is never called, But when I tried to call it on initial render by using immediate:true , it does triggered because at that time...
Hey @AlexVelezLl After inspecting using vue devtool I found that in manageChannelContentPage, on clicking delete button handleDeleteSubmit method evoke which has this.onTaskSuccess method which displays 'Task started' Snackbar through notifyAndWatchTask(task)...
@AlexVelezLl I found nothing revelant in ManageTaskPage which is responsible for displaying Snackbar
Hey @rtibbles ,When I tried to have tasks computed property, it is not updating with finished tasks, it remains a empty array is it due to reactivity issues? In Vuex...
Hey @rtibbles , any suggestions on resolving this reactivity issue would be appreciated so I can start working on it. If there are no updates or if someone else is...