Closed alfonsodg closed 10 years ago
From nathan...@gmail.com on January 20, 2011 08:17:13
Sorry, I forgot to specify my software stack.
Ubuntu 10.04 LTS
python 2.5
google_appengine.1.4.1/
and invoked with: python2.5 dev_appserver.py ../workspace/nathanvan-mcreatia/src
From massimo....@gmail.com on July 21, 2011 08:20:56
I cannot reproduce this problem
Status: Invalid
From nathan...@gmail.com on January 20, 2011 09:43:22
What steps will reproduce the problem? A minimal example: likertRightAnswer = ['Yes', 'No', 'Impossible to tell']
In this case, BEAUTIFY(request.post_vars) will include, timestart and rightAnswer, but BEAUTIFY(form.vars) will only include rightAnswer.
If we instead setup the appropriate db as db.ratings, and then do: likertRightAnswer = ['Yes', 'No', 'Impossible to tell']
In this case, both BEAUTIFY(request.post_vars) and BEAUTIFY(form.vars) will both include timestart and rightAnswer What version of the product are you using? On what operating system? According to the README in the /src directory, v.1.87.3 Please provide any additional information below.
Original issue: http://code.google.com/p/web2py/issues/detail?id=162