- Issue created by @rishi kulshreshtha
- Merge request !7Issue #3336643: Drupal 10 compatibility fixes โ (Merged) created by rishi kulshreshtha
- Status changed to Needs review
almost 2 years ago 12:50pm 26 January 2023 - ๐บ๐ธUnited States rishi kulshreshtha
================================================================================ Feeds Paragraphs, -- Scanned on Thu, 01/26/2023 - 12:44 No known issues found.
To test the MR on D10, one can use composer-drupal-lenient or update your
composer.json
'srepositories
with the following:"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/feeds_para_mapper" ] }, { "type": "git", "url": "https://git.drupalcode.org/issue/feeds_para_mapper-3336643.git" } ],
After that execute,
composer require 'drupal/feeds_para_mapper:dev-3336643-drupal-10-compatibility'
. Ensure that theminimum-stability
in yourcomposer.json
is set todev
.I want co-maintainership and I promise to abide by the conditions of the Open Ownership Pledge as described. I have provided patches for one of the corresponding issues.
- ๐บ๐ธUnited States kthull Fort Wayne, Indiana
Since this is preventing a D10 update, I am tested this on a D9.5.x site. The patch applied via composer-drupal-leniant, but I get the following error when running a feeds import:
ResponseText: TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in in_array() (line 64 of /app/web/modules/contrib/feeds_para_mapper/src/Mapper.php).
- ๐จ๐ฆCanada joseph.olstad
joseph.olstad โ made their first commit to this issueโs fork.
- Status changed to RTBC
about 1 year ago 3:01pm 6 November 2023 - ๐ฎ๐ณIndia Bushra Shaikh
I applied MR !7 this wokrks for Drupal 9.5.10 and Drupal 10.0. and 10.0.1
Screenshots of the compatibility on 9.5 have been attached for reference:Can be move to RTBC+1
- Status changed to Fixed
12 months ago 2:15pm 22 November 2023 - ๐น๐ทTurkey orkut murat yฤฑlmaz Istanbul
@joseph.olstad, thanks for the release:)
Automatically closed - issue fixed for 2 weeks with no activity.