- Issue created by @bwaindwain
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → .
- 🇨🇦Canada bwaindwain
I was able to fix this by changing web/core/core.libraries/yml from
misc/tabledrag.js: { weight: -1 }
to
misc/tabledrag.js: { }
which was inspired by https://www.drupal.org/project/drupal/issues/1945262 📌 Replace custom weights with dependencies in library declarations; introduce "before" and "after" for conditional ordering Needs work
- 🇮🇳India rinku jacob 13 Kerala
@bwaindwain, I have reviewed and tested your MR on Drupal 11.x-dev, and it was successful in removing the table drag weights from core.libraries.yml. Additionally, I can see the changes reflected in the UI, including the alignment table drag functionality. The row weights link has also been updated as expected.Thanks @bwaindwain
- 🇺🇸United States smustgrave
Caused a number of failures. Not 100% sure about the solution as this could have some impact on custom/contrib modules not just this core issue.
Also summary still needs some love.