shamesh / alumnisangam

Automatically exported from code.google.com/p/alumnisangam
0 stars 0 forks source link

Missing Nature of work from registration form #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to registration form
2. Try to claim an ID

What is the expected output? What do you see instead?
I expect to see a complete list in the interests. Instead I see a blank 
[see screenshot]

What version of the product are you using? On what operating system?
r180

Please provide any additional information below.
The HTML shows
+++
<tr>  

<td width="20"><input name="1" id="1" value="1" type="checkbox"></td>

<td>Finance</td>

<td width="20"><input name="2" id="2" value="1" type="checkbox"></td>

<td>Entrepreneur</td>

<td width="20"><input name="3" id="3" value="1" type="checkbox"></td>

<td>Social Work</td>

<td width="20"><input name="4" id="4" value="1" type="checkbox"></td>

<td>Education</td>

<td width="20"><input name="5" id="5" value="1" type="checkbox"></td>

<td>Technology</td>

<td width="20"><input name="6" id="6" value="1" type="checkbox"></td>

<td></td>

</tr>
+++

Note that the name is missing for ID=6. Maybe this is a mistake in the 
fixtures?

Original issue reported on code.google.com by animesh on 18 Mar 2010 at 5:22

Attachments:

GoogleCodeExporter commented 8 years ago
Pacth attached. Problem was as suggested by animesh a missing line in fixture

Original comment by R.DUSHYA...@gmail.com on 19 Mar 2010 at 7:43

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by animesh on 24 Mar 2010 at 6:20