Message4996
Well, in the specific case of the query.edit page, the consequence was
that all queries were shown as 'private', whether they were or not, and
then when the form was submitted for any reason, all queries were set to
private, whether they were before or not, unless you had changed them
back before submitting.
In general the problem is that if a LinkHTMLProperty is None, and you
try to *test* that it is None using == (you can't use 'is', obviously,
which is a different but unavoidable problem), things don't work as you
expect, and (the big problem) the failure is silent.
I will try the test suite when I have time (later today, with any luck). |
|
Date |
User |
Action |
Args |
2014-03-06 13:49:54 | r.david.murray | set | messageid: <1394113794.67.0.720295918874.issue2550830@psf.upfronthosting.co.za> |
2014-03-06 13:49:54 | r.david.murray | set | recipients:
+ r.david.murray, ber |
2014-03-06 13:49:54 | r.david.murray | link | issue2550830 messages |
2014-03-06 13:49:54 | r.david.murray | create | |
|