Skip to content

Commit 44d1b2b

Browse files
Merge pull request #251 from itk-dev/hotfix/2.10.1
release 2.10.1
2 parents ece0197 + d7d4f34 commit 44d1b2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [2.10.1] - 2025-11-24
12+
13+
* [PR-250](https://github.com/itk-dev/economics/pull/250)
14+
hotfix dataprovider reference
15+
1116
## [2.10.0] - 2025-11-19
1217

1318
* [PR-246](https://github.com/itk-dev/economics/pull/246)
@@ -509,7 +514,8 @@ complete process.
509514
* Updated to authorization code flow.
510515
* Changed worklog save button styling to be sticky.
511516

512-
[Unreleased]: https://github.com/itk-dev/economics/compare/2.10.0...HEAD
517+
[Unreleased]: https://github.com/itk-dev/economics/compare/2.10.1...HEAD
518+
[2.10.1]: https://github.com/itk-dev/economics/compare/2.10.0...2.10.1
513519
[2.10.0]: https://github.com/itk-dev/economics/compare/2.9.4...2.10.0
514520
[2.9.4]: https://github.com/itk-dev/economics/compare/2.9.3...2.9.4
515521
[2.9.3]: https://github.com/itk-dev/economics/compare/2.9.2...2.9.3

src/Service/DataSynchronizationService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ public function syncWorklogsForProject(int $projectId, DataProvider $dataProvide
348348
$worklogsCount = count($worklogData->worklogData);
349349
foreach ($worklogData->worklogData as $worklogDatum) {
350350
$project = $this->getProject($project);
351+
$dataProvider = $this->getDataProvider($dataProvider);
351352

352353
$issue = $this->getIssue($worklogDatum->projectTrackerIssueId, $dataProvider);
353354

0 commit comments

Comments
 (0)