Modify ↓
Opened 18 years ago
Closed 18 years ago
#4397 closed defect (fixed)
query page shows "Cc contains None" if you only set username
Reported by: | wkornewald | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | patch |
Cc: | wkornewald | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This is a precedence bug in query.py. It exists in 0.10 and 0.11.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | precedence-patch.diff added |
---|
comment:1 by , 18 years ago
The patch also makes occurrences where it was actually meant that way easier to read.
It also fixes another bug that gives an error when you have only one session attribute set. I.e.: try setting only the name and then change the name, but keep email empty. You'll get an error because "del req.session[field]" tries to delete a key that doesn't exist (email, in this case).
comment:3 by , 18 years ago
Keywords: | patch added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Patch applied in r4456.
Note:
See TracTickets
for help on using tickets.
patch against trunk