- First commit to issue fork.
- Assigned to Sonal Gyanani
- Issue was unassigned.
- Status changed to RTBC
almost 2 years ago 6:36am 2 February 2023 - 🇮🇳India Sonal Gyanani
Tested and verified patch #2, it works fine.
So moving it to RTBC
Thanks - 🇺🇸United States will_frank
We are currently on Drupal 9.5.7 and working to prepare to migrate to Drupal 10.
We use the formtips module 8.x-1.5 and the Upgrade Status module reports that formtips is not
yet compatible with Drupal 10. So I applied the patch you have for that:
https://www.drupal.org/files/issues/2022-12-30/Drupal-10-compatibility-f... →
and then the Upgrade Status no longer says it is not Drupal 10 compatible. So far, so good.But when we try running composer to upgrade to Drupal 10 we still get this error:
Problem 2
- Root composer.json requires drupal/formtips ^1.3 -> satisfiable by drupal/formtips[1.3.0, 1.4.0, 1.5.0, 1.x-dev].
- drupal/formtips[1.3.0, ..., 1.x-dev] require drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10.0).Perhaps I'm not doing something right.
So two questions:
1. are you going to release *soon* a new version of formtips that will be Drupal 10 compatible.
2. in the meanwhile can you advise me so I can get Drupal 10 installed with your current version but patched?
Any help appreciated. - 🇮🇳India abhinesh
Hi, @will_frank,
Add the forked repo inside your composer.json root file:"repositories":[ { "type":"vcs", "url":"https://git.drupalcode.org/issue/formtips-3330266" } ],
After that run the below command:
composer require "drupal/formtips:"dev-3330266-drupal-10-compatibility-dev",
- 🇮🇳India abhinavk
I have tested MR !4 in Drupal 10.0.8. It is working fine.
Can we get new version release for this.
RTBC +1 - First commit to issue fork.
- Status changed to Fixed
over 1 year ago 11:33pm 27 June 2023 - 🇨🇦Canada joelpittet Vancouver
Thanks everybody for your help on getting this ready for D10!
-
joelpittet →
committed bb937e30 on 8.x-1.x authored by
samit.310@gmail.com →
Issue #3330266 by joelpittet, abhinesh, samit.310@gmail.com, Sonal...
-
joelpittet →
committed bb937e30 on 8.x-1.x authored by
samit.310@gmail.com →
Automatically closed - issue fixed for 2 weeks with no activity.