ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Filter assignee group to Team leaders (Bug #250)
Description
If you filter assignee's group to 'Team leaders' you'll see blank issues screen.
Associated revisions
[#250] Allow empty sets in query value lists
[#250] Add tests for empty sets of users in queries
History
Updated by Holger Just at 2011-03-02 10:31 am
This is a bug which occurrs on MySQL when you try to filter on empty groups or roles. MySQL pukes on empty sets in its WHERE clause. At least sqlite3 works fine with it.
- Target version set to 1.2.0
- Assignee set to Holger Just
- Category set to Issue tracking
Updated by Holger Just at 2011-03-02 10:31 am
- Status changed from Open to Closed
Updated by John Yani at 2011-03-02 10:42 am
Wow! That was fast!