Edgewall Software

Ticket #4397 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

query page shows "Cc contains None" if you only set username

Reported by: wkornewald Owned by: cboos
Priority: normal Milestone: 0.11
Component: general Version: devel
Severity: normal Keywords: patch
Cc: wkornewald

Description

This is a precedence bug in query.py. It exists in 0.10 and 0.11.

Attachments

precedence-patch.diff (3.0 kB) - added by wkornewald 22 months ago.
patch against trunk

Change History

Changed 22 months ago by wkornewald

patch against trunk

Changed 22 months ago by wkornewald

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).

Changed 22 months ago by cboos

  • owner changed from jonas to cboos
  • status changed from new to assigned

Patch looks good, thanks!

Changed 22 months ago by cboos

  • keywords patch added
  • status changed from assigned to closed
  • resolution set to fixed

Patch applied in r4456.

Add/Change #4397 (query page shows "Cc contains None" if you only set username)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.