Edgewall Software
Modify

Opened 17 years ago

Closed 17 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)

precedence-patch.diff (3.0 KB ) - added by wkornewald 17 years ago.
patch against trunk

Download all attachments as: .zip

Change History (4)

by wkornewald, 17 years ago

Attachment: precedence-patch.diff added

patch against trunk

comment:1 by wkornewald, 17 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:2 by Christian Boos, 17 years ago

Owner: changed from Jonas Borgström to Christian Boos
Status: newassigned

Patch looks good, thanks!

comment:3 by Christian Boos, 17 years ago

Keywords: patch added
Resolution: fixed
Status: assignedclosed

Patch applied in r4456.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.