Fix issue with exceptions in repeating events

Fixed the display of an exception when its recurrence id is outside the
current view.
This commit is contained in:
Francis Lachapelle
2013-02-15 15:17:08 -05:00
parent 4f38b5cf3f
commit efb45bfba6
2 changed files with 41 additions and 24 deletions
+4
View File
@@ -1,11 +1,15 @@
2.0.5 (2013-02-dd)
------------------
New features
-
Enhancements
- Added logging of the X-Forwarded-For HTTP header (#2229)
Bug fixes
- Don't use the cache for password lookups from login page (#2169)
- fixed issue with exceptions in repeating events
2.0.4b (2013-02-04)
------------------