[Mahara-contributors] [Bug 1847177] Re: Deleting comment from page produces a Loading spinner that doesn't clear

2019-10-30 Thread Cecilia Vela Gurovic
** Changed in: mahara Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

[Mahara-contributors] [Bug 1847177] Re: Deleting comment from page produces a Loading spinner that doesn't clear

2019-10-09 Thread Cecilia Vela Gurovic
** Changed in: mahara Milestone: 19.10rc1 => 19.10.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1847177] Re: Deleting comment from page produces a Loading spinner that doesn't clear

2019-10-08 Thread Robert Lyon
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

[Mahara-contributors] [Bug 1847177] Re: Deleting comment from page produces a Loading spinner that doesn't clear

2019-10-08 Thread Kristina Hoeppner
** Changed in: mahara Status: New => Confirmed ** Changed in: mahara Importance: Undecided => High ** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 1847177] Re: Deleting comment from page produces a Loading spinner that doesn't clear

2019-10-07 Thread Robert Lyon
eg: if (!data.data.artefact) { paginator.updateResults(data); paginator.alertProxy('pagechanged', data); return; } -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions:

[Mahara-contributors] [Bug 1847177] Re: Deleting comment from page produces a Loading spinner that doesn't clear

2019-10-07 Thread Robert Lyon
I believe the problem is in htdocs/js/viewmenu.js In the function delete_comment_from_modal_submit(form, data) { I believe the first bit: if (!data.data.artefact) { paginator.updateResults(data); paginator.alertProxy('pagechanged', data); } is meant for the comment box