stable
Clone or download
Read-only
fix: Do not display tasks with no links from the tracker they inherit their timeframes from
part of: story #21362 Base artifact timeframe on a linked artifact How to test: In the following test, the User Story tracker (US) inherits its timeframes from the Sprints tracker - In the widget, pick up a task - Remove the link between the sprint and this task --> The task is not displayed in the widget anymore Change-Id: I3febf94cacd6a750c091a7a5a1a76b3117e52585
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Semantic/Timeframe/Exceptions/ArtifactHasNoLinkToArtifactOfTargetTracker.php | +0 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeImpliedFromAnotherTracker.php | +7 | −9 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +0 | −8 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeImpliedFromAnotherTrackerTest.php | +4 | −5 | Go to diff View file |
M | src/common/date/TimePeriodWithoutWeekEnd.class.php | +5 | −0 | Go to diff View file |