Roundup Tracker - Issues

Issue 1176897

classification
batch.propchanged not noticing None transition
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : mwilbert, richard
Priority: normal :

Created on 2005-04-05 09:03 by mwilbert, last changed 2005-04-05 09:03 by mwilbert.

Messages
msg1924 Author: [hidden] (mwilbert) Date: 2005-04-05 09:03
When grouping items using a property that can have the
value of None,
batch.propchanged appears to return a false value
instead of a true one when the property value changes
from "None" to "1" or from "None" to "1".

The property I am indexing on is called category, and
what I get on the
index page is headers for "no category set", and for
the categories
with order values of "2", "3", and "4", but no header
for the category with order value "1".  If sorted in
descending order, we get the headers in the
order "4", "3", "2", "1", with "no category set" missing.
History
Date User Action Args
2005-04-05 09:03:30mwilbertcreate