stable

Clone or download

Read-only

Reset semantic

part of: story #12537 configure my burndown/up & sprint with a start date & end date Hox to test: - When the semantic is not cnfigured --> You have the warning | /!\ bla bla bla, semantic is not configured --> You do not have the [Reset this semantic] button - When it is configured --> [Reset this semantic] is shown --> It is disabled if the tracker uses a chart (burnup/down, velocity) Change-Id: Ica166abbd27a33607aacf5374437e799e3849f19

Modified Files

Name
M plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenter.php +7 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/Administration/SemanticTimeframeAdministrationPresenterBuilder.php +16 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Timeframe/Events/DoesAPluginRenderAChartBasedOnSemanticTimeframeForTrackerEvent.php +58 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframe.php +16 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDao.php +7 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +16 −0 Go to diff View file
M plugins/tracker/templates/timeframe-semantic/timeframe-semantic-admin.mustache +14 −0 Go to diff View file
M plugins/velocity/include/velocityPlugin.class.php +11 −0 Go to diff View file