OakCH / scheduler

Vacation Scheduler for the Oakland Children's Hospital
7 stars 10 forks source link

After adding in a new vacation, I am unable to edit it anymore #141

Closed christinelu closed 12 years ago

christinelu commented 12 years ago

Steps: add in a new vacation. Try to edit either by using the list on the bottom or by clicking the event in the calendar. It would not let me edit, but I am still able to edit my first vacation segment

christinelu commented 12 years ago

The error is "You cannot schedule your vacations at this time." @hweng part of restricting to one nurse at a time who can schedule vacations?

helenaut commented 12 years ago

Whoops, my bad! Was taking the event id and using it to find the nurse id. It worked before because our reset_and_seed made it so that the first vacations inputted had the same id as the nurse it belonged to.

sheelc commented 12 years ago

Fixed by #151