OakCH / scheduler

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

Dropdown for unit reverts back to its first option. Shift is fine. #47

Closed helenaut closed 12 years ago

helenaut commented 12 years ago

I think it's because %option{:value => u.id} #{u.name} needs a ":selected => s == @unit" like we do in shift.

batailleye commented 12 years ago

Fixed it.