- Issue created by @pfrenssen
- Status changed to Needs review
over 1 year ago 2:35pm 31 July 2023 - 🇧🇬Bulgaria pfrenssen Sofia
This is ready for review. I cannot currently create a merge request because the project is missing a dev release, but the code is in https://git.drupalcode.org/issue/migrate_orphans-3378229/-/compare/1.0.x...
- 🇨🇭Switzerland ayalon
I have created a DEV release but I cannot find a way to merge your changes. Can you create a merge request? Then I will merge the change into dev and tag a new release.
- Status changed to RTBC
over 1 year ago 4:43pm 9 August 2023 - 🇧🇪Belgium kensae
I've created a patch from the issue fork. I had to remove the changes from the .info.yml file, because they caused the patch to fail because of the following issue: https://www.drupal.org/project/drupalorg/issues/3066468 📌 Packaging info from .info.yml often creates conflicts when patching (ddo) Active
- @pfrenssen opened merge request.
- 🇧🇬Bulgaria pfrenssen Sofia
@kensae FYI the patch posted in #5 is not complete without the change to the .info.yml file. This is needed to avoid a backwards compatibility break with Migrate Tools 5. The complete patch is in the MR: https://git.drupalcode.org/project/migrate_orphans/-/merge_requests/3.diff
If you have trouble with applying the patch on packaged releases then you can use the issue branch directly in
composer.json
:"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": ["drupal/migrate_orphans"] }, { "type": "package", "package": { "name": "drupal/migrate_orphans", "_readme": "Revert to the stable version once https://www.drupal.org/project/migrate_orphans/issues/3378229 is fixed.", "version": "1.1.0", "source": { "url": "https://git.drupalcode.org/project/migrate_orphans.git", "type": "git", "reference": "1.0.x" }, "type": "drupal-module" } }, ]
-
ayalon →
committed ccd5e539 on 1.0.x authored by
pfrenssen →
Issue #3378229: Support Migrate Tools 6
-
ayalon →
committed ccd5e539 on 1.0.x authored by
pfrenssen →
- 🇨🇭Switzerland ayalon
As proposed, I have created a new major version supporting Migrate 6. Thanks for all the contribution and testing.
- Status changed to Fixed
about 1 year ago 7:28am 17 October 2023