Currently the module cannot work with Drupal 10.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | interdiff_3-2.txt | 770 bytes | suresh prabhu parkala |
| #3 | 3327104-3.patch | 1.24 KB | suresh prabhu parkala |
| #2 | 3327104.patch | 476 bytes | kristiantosney |
Issue fork paragraphs_report-3327104
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kristiantosney commentedComment #3
suresh prabhu parkala commentedUpdated the patch. Please review!
Comment #8
snap_xThanks for the patches.
The patch #3 isn't fully correct, becasue according to the change record https://www.drupal.org/node/2940438 it can be compatible only with Drupal ^9.3 version. There are a bit a mess with branches and tags, so I had to create 3 different MR for 8.x-1.1, 8.x-1.2 and 8.x-1.x. So you can use exactly what you need.
Comment #9
szato commented@snap_x,
Both MR#6 and MR#7 contain some non-relevant code changes, e.g. removing:
$this->request = $request_stack;The MR#5 contains correct changes (I'm already using it with Drupal core 10.1.1.), just change the target branch from 8.x-1.1 to 8-x.1-x.
Comment #10
generalredneckMoving this to 2.x for the Drupal 10 version. 2.x-dev is in line with 8.x-1.x which is there version we needed to patch against. All future development will go in the 2.x branch.
Comment #12
generalredneckThis will be the defacto 2.0 release.
Comment #13
generalredneck