stable

Clone or download

Read-only

feat: Add more log for complex condition isAllSetToZero

Part of story #35094 have "calendar" events attached to tracker email notification Method `isAllSetToZero` is complex and used in a complex context. Add more log to better debug the situation. Change-Id: I243a288dc44429e6530adedad5e0c8687b20636a

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventDatesRetriever.php +10 −11 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/IComputeTimeframes.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeImpliedFromAnotherTracker.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeNotConfigured.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeWithDuration.php +13 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeWithEndDate.php +13 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/TimeframeConfigInvalid.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Stub/Semantic/Timeframe/IComputeTimeframesStub.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithDurationTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithEndDateTest.php +8 −4 Go to diff View file