kumarsivarajan / rmh-roomreservation-maker

Automatically exported from code.google.com/p/rmh-roomreservation-maker
0 stars 0 forks source link

When creating a new family profile or editing an existing one, the social worker id being inserted is incorrect #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login with mary789 and password1
2. Go to family profile then create new profile or search families.
3. If you go to create new profile, enter all the information and submit. Then 
check the database table "profileactivity" and the column 
"SocialWorkerProfileID" it should be 1 which is Mary's social worker id, but it 
says 2.
If you chose to go to search families, enter in smith and choose jane smith and 
then modify the profile and change a field and submit the modification. Go to 
the database table "profileactivity" and again the column 
"SocialWorkerProfileID" it should say 1, but it says 2.

What is the expected output? What do you see instead?
After creating a new family profile or editing an existing one, you should see 
the corresponding social worker ID in the database (which in this case is 1), 
but it is incorrect.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Tiffany....@gmail.com on 28 Nov 2012 at 8:42

GoogleCodeExporter commented 8 years ago

Original comment by Tiffany....@gmail.com on 28 Nov 2012 at 8:52