stable

Clone or download

Read-only

fix request #25687 Roadmap : end date should not be deducted with duration when start date is not defined

For now, if start date not defined, but duration is, the end date will be deducted and will be for the 1rst January 1970. This cause performances problems because the widget will display all this time period from this date Change-Id: Ibc562cd2478aaec11c2a771b1cc2a02e932b27a1

Modified Files

Name
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithDurationTest.php +2 −2 Go to diff View file
M src/common/date/TimePeriodWithoutWeekEnd.class.php +4 −4 Go to diff View file
M tests/unit/common/date/TimePeriodWithoutWeekEndTest.php +9 −0 Go to diff View file