Roundup Tracker - Issues

Message7525

Author rouilj
Recipients rouilj, schlatterbeck
Date 2022-05-15.16:17:24
Message-id <1652631444.64.0.358341645021.issue2551159@roundup.psfhosted.org>
In-reply-to
I fixed this by changing hyperdb::__proptree to check filterprop and assign it to {} if
the filterprop is None.

This should handle the templating filter implementation as well as the hyperdb, xmlrpc
and backend filter() or _filter() implementations.

I also handle the case where sort or group are None by making a similar tests/fix in
_sortattr

changeset:   6677:8ab98de22df0
History
Date User Action Args
2022-05-15 16:17:24rouiljsetmessageid: <1652631444.64.0.358341645021.issue2551159@roundup.psfhosted.org>
2022-05-15 16:17:24rouiljsetrecipients: + rouilj, schlatterbeck
2022-05-15 16:17:24rouiljlinkissue2551159 messages
2022-05-15 16:17:24rouiljcreate