stable
Clone or download
Read-only
part of story #16125 [release management] create a new Aggregator Release No functional change expected. The "Status" namespace should be only for Status semantic-related classes. The field id parameters in the exception was probably mass-renamed accidentally, so this patch changes that. SynchronizedFields does not need to re-expose TimeframeFields' getStartDateField since we need to get the TimeframeFields to access the EndPeriod anyway. We should keep the two APIs apart. Change-Id: Ie94ce27b7addd3f9da661a331ca5a86e08ea5d8f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/CopiedValuesGatherer.php | +5 | −3 | Go to diff View file |
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Status/NoEndPeriodChangesetValueException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Status/NoStartDateChangesetValueException.php | Go to diff View file | ||
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Status/NoDuckTypedMatchingValueException.php | +2 | −2 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Status/NoStatusChangesetValueException.php | +2 | −2 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/SynchronizedFields.php | +0 | −8 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/CopiedValuesGathererTest.php | +3 | −4 | Go to diff View file |