- Issue created by @vistree
- 🇩🇪Germany daniel.bosen
Hello!
To achieve this, you first have to ignore the gin patch, that is not required anymore, in your composer file.
To do so add the patches-ignore key to the extra section of the composer file:See: https://github.com/cweagans/composer-patches/tree/1.x?tab=readme-ov-file...
"extra": { "patches-ignore": { "thunder/thunder-distribution": { "drupal/gin": { "Issue #3455558: There is no visible change to a toggle when pressed (but it does trigger conditional fields, value is saved, etc)": "https://www.drupal.org/files/issues/2024-08-06/3455558-Refactor-toggle-styles-mr438.patch" } } } }
afterwards you can run
composer require drupal/gin:"3.0.0-rc13 as 3.0.0-rc11"
- 🇩🇪Germany vistree
Hi @daniel.bosen,
this does perfectly work!! I did absolutly didn't know about the composer "as" option. Very cool. Thanx!
Should I close this issue or do you want it to stay for upcoming update of Gin within thunder-distribution? - 🇩🇪Germany daniel.bosen
The update to current version of gin is quite complicated, we are working on it. So I will close this issue.
- 🇩🇪Germany vistree
Hi Daniel,
if it helps: I found a second problem with Gin, Content Moderation and editing existing nodes. I where able to fix using https://www.drupal.org/files/issues/2021-12-27/2991986-16.patch → from
https://www.drupal.org/project/drupal/issues/3358471 🐛 TypeError: Cannot access offset of type string on string Active
Besides this current Gin version now works fine for me Automatically closed - issue fixed for 2 weeks with no activity.
- 🇩🇪Germany osopolar 🇩🇪 GER 🌐
@daniel.bosen
Could you elaborate a bit more on why it's complicated to update to the current version of Gin? What issues are you encountering?