mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 11:46:23 +00:00
Fix events search when targeting recurrent events
This commit is contained in:
1
NEWS
1
NEWS
@@ -14,6 +14,7 @@ Enhancements
|
||||
Bug fixes
|
||||
- [web] properly handle Windows-1256 charaset (#4781)
|
||||
- [web] fixed saving value of receipt action for main IMAP account
|
||||
- [web] fixed search results in Calendar module when targeting all events
|
||||
|
||||
4.0.8 (2019-07-19)
|
||||
------------------
|
||||
|
||||
@@ -1626,7 +1626,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
// replace the date range
|
||||
if (r)
|
||||
{
|
||||
if ([baseWhere count] > 1)
|
||||
if (dateSqlString)
|
||||
[baseWhere removeLastObject];
|
||||
dateSqlString = [self _sqlStringRangeFrom: _startDate
|
||||
to: endDate
|
||||
|
||||
Reference in New Issue
Block a user