Fix Changing Course Todo to Personal Todo on Calendar

fixes COMMS-503

Test Plan
* Create a todo either in calendar or on planner screen
* Make thta todo tied to a course
* find the todo on calendar screen and click on it to go to edit
event modal
* Change the calendar to the personal calendar
* Watch how it actually removes the course

Change-Id: Id95f133598d4ec6e7a82ad15b42df91709d445f9
Reviewed-on: https://gerrit.instructure.com/132791
Reviewed-by: Venk Natarajan <vnatarajan@instructure.com>
QA-Review: KC Naegle <knaegle@instructure.com>
Tested-by: Jenkins
Product-Review: Matt Goodwin <mattg@instructure.com>
This commit is contained in:
Aaron Kc Hsu 2017-11-14 13:37:33 -07:00
parent 31fdc27cbd
commit 0877627547
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ define [
params.course_id = data.context_code.replace('course_', '')
else
# is in the user's calendar
if !@event.isNewEvent()
params.course_id = ""
params.user_id = data.context_code.replace('user_', '')
params