mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 22:35:22 +00:00
Don't remove the "c_component" condition in search
This will fix a bug when we'll support recurrent tasks!
This commit is contained in:
@@ -1491,7 +1491,8 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
// replace the date range
|
||||
if (r)
|
||||
{
|
||||
[baseWhere removeLastObject];
|
||||
if ([baseWhere count] > 1)
|
||||
[baseWhere removeLastObject];
|
||||
dateSqlString = [self _sqlStringRangeFrom: _startDate
|
||||
to: endDate
|
||||
cycle: YES];
|
||||
|
||||
Reference in New Issue
Block a user