- First commit to issue fork.
- Merge request !1Issue #3289599: Automated Drupal 10 compatibility fixes โ (Merged) created by Charchil Khandelwal
- Issue was unassigned.
- Status changed to RTBC
over 1 year ago 6:42am 26 April 2023 - ๐ฎ๐ณIndia ajeet_kumar gurugaon
I reviewed patch#2 also run drupal-check no error found and functionality working as expected.
- ๐บ๐ธUnited States RichardDavies Portland, Oregon
For some reason Composer would not apply the given patch file for me. I had to manually recreate the patch file to get it to successfully apply.
- ๐บ๐ธUnited States DamienMcKenna NH, USA
Patch #9 was created with the wrong path, #2 is the correct one.
- ๐บ๐ธUnited States benfreda
Even after updating my info.yml file as the patch shows, composer seems to ignore the "||^10" part. When I try to run composer update, I receive an error saying show_email is only satisfiable by Drupal ^8 or ^9. Anyone else getting this issue? I've done this same process with other modules no problem, and it seems like this patch has worked for others.
- First commit to issue fork.
- First commit to issue fork.
- ๐ฆ๐บAustralia elgandoz Canberra
I push the commit on the right branch.
If you need this module now in D10, add the gitlab repo in the repositories section of your project, before the D8 packages:
{...}, "repositories": [ { "type": "git", "url": "https://git.drupalcode.org/issue/show_email-3289599.git", "no-api": true }, { "type": "composer", "url": "https://packages.drupal.org/8" }, {...} ],
Then require the module with version
dev-[branchname]
:
composer require 'drupal/show_email:dev-3289599-automated-drupal-10'
- ๐ธ๐ฆSaudi Arabia abdulaziz zaid Riyadh
abdulaziz zaid โ made their first commit to this issueโs fork.
-
abdulaziz zaid โ
committed 54d8c2a9 on 8.x-1.x authored by
Charchil Khandelwal โ
Issue #3289599 by Project Update Bot, Charchil Khandelwal, elgandoz,...
-
abdulaziz zaid โ
committed 54d8c2a9 on 8.x-1.x authored by
Charchil Khandelwal โ
- Status changed to Fixed
10 months ago 7:16pm 20 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.