stable

Clone or download

Read-only

Timeframe inheritance during project/tracker creation

Given a tracker with a configured timeframe semantic (both start_date and duration fields) When you create a new tracker from it Or when you create a project from its project Then new tracker has timeframe semantic configured with its own fields Part of story #12537 configure my burndown/up & sprint with a start date & end date Change-Id: Ib6566c65acdc53b9fc30bc0aa8f99aac57588e9e

Modified Files

Name
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDao.php +12 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicator.php +78 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php +8 −2 Go to diff View file
A plugins/tracker/phpunit/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicatorTest.php +131 −0 Go to diff View file