kevinklaes / rhi

RHI Out for Health
0 stars 0 forks source link

"0 days" option not working #7

Closed ianlafo closed 11 years ago

ianlafo commented 11 years ago

On page 4, when talking about how many days someone participates, I added in a "0 days" option, but selecting them won't let you move on to the next page. It's as though the survey doesn't recognize they "count" to let you move on.

kevinklaes commented 11 years ago

The options are built off what I set to be allowed values in the database side of things. I'll allow 0 days for page 4 where relevant.

kevinklaes commented 11 years ago

Looking again, it was allowed already and I was just able to choose "0" three times and proceed.

Do you remember the pattern you had on that page to cause it to fail?

ianlafo commented 11 years ago

Yeah, I have a bad habit of fixing things and then not closing the issue. I fixed it yesterday before my meeting. I had to add a zero option in the models.py file. It had been missing before. Once I put it in there, it all worked.