- last update
almost 2 years ago 4 pass - ๐ฎ๐ณIndia rahul1707
I have updated bot patch and made changes in .info file which makes this module D10 compatible. Please review it.
- last update
almost 2 years ago Composer require failure - Status changed to RTBC
almost 2 years ago 10:43am 19 April 2023 I have tested patch on Drupal:10.0.7 which is applied cleanly and showing compatible in upgrade status and also no issues in drupal check..making it RTBC for D10 release..
- ๐บ๐ฆUkraine mitsuroseba
Hi, Tushar1,
Thank's for your contribution. Will take a look.
- ๐บ๐ธUnited States JonMcL Brooklyn, NY
I think creating an issue fork would help make upgrading to D10 with this patch a little easier. (composer can fetch modules from issue forks on drupalcode). I was going to create it, but then I realized I might be attributed as the contributor.
- last update
about 1 year ago 4 pass - ๐บ๐ธUnited States JonMcL Brooklyn, NY
I went ahead and created an issue fork and merge request. I don't know if I will ever get this new process done right, but hopefully it is?
Adding this to my composer.json repositories section worked for me:
(it must come before https://packages.drupal.org/8 in the repositories section){ "type": "package", "package": { "name": "drupal/form_alter_service", "version": "3.x-dev", "type": "drupal-module", "source": { "url": "https://git.drupalcode.org/issue/form_alter_service-3297260.git", "type": "git", "reference": "3297260-automated-drupal-10" } } }
Then run
composer update drupal/form_alter_service
- Status changed to Needs work
about 1 year ago 1:32pm 9 November 2023 - ๐บ๐ธUnited States JonMcL Brooklyn, NY
Either I did something wrong with the issue fork, or there is a problem. After installing the patched version from the issue fork, I am getting:
PHP Fatal error: Uncaught Error: Class "Reflection\Validator\Annotation\ReflectionValidatorAnnotationReader" not found in /var/www/html/web/modules/contrib/form_alter_service/src/FormAlterCompilerPass.php:95
- Status changed to RTBC
about 1 year ago 1:41pm 9 November 2023 - ๐บ๐ธUnited States JonMcL Brooklyn, NY
Never mind. I definitely don't know what I am doing. :)
reflection/validator won't get installed by composer if the git.drupalcode.org drupal/form_alter_service repo comes before https://packages.drupal.org/8 in the repositories list. The git.drupalcode.org repos need to come after. - First commit to issue fork.
- last update
about 1 year ago 4 pass - Status changed to Needs review
about 1 year ago 10:55pm 21 November 2023 - Status changed to RTBC
about 1 year ago 12:26pm 11 December 2023 - Status changed to Needs review
about 1 year ago 2:10pm 27 December 2023 - last update
about 1 year ago 4 pass - Status changed to RTBC
about 1 year ago 2:19pm 27 December 2023 - last update
about 1 year ago 4 pass