- ๐บ๐ธUnited States maskedjellybean Portland, OR
Thanks for the work on this everybody. This would be super useful. It's one of those things you just assume you can do. Then when you really need to do it and learn you can't, it's quite frustrating.
- ๐ฎ๐ณIndia manikandank03 Tamil Nadu
Re-rolled patch #124 to support Drupal 10 latest version(10.1.1) and below themes twig changes removed because those themes not support for Drupal 10,
bartik, classy, seven, stable.
- last update
over 1 year ago Patch Failed to Apply - ๐ฉ๐ชGermany Anybody Porta Westfalica
Could someone perhaps give an update on the plan here?
Since @markhalliwell's Bio says:
I am no longer an active part of this community and not working on any Drupal projects.
there seems to be not much movement here any more and I think for Drupal 11 it would be worth a review and discussion, if this still makes sense as improvement to Core.
If yes, we should take it over the finish line. If not, we should point out, why this plan is deprecated.Does anyone know?
- last update
10 months ago Custom Commands Failed - ๐ฎ๐ณIndia manikandank03 Tamil Nadu
Patch #131 works fine in Drupal 10.2.2 with PHP 8.2.
- last update
9 months ago Patch Failed to Apply - ๐ซ๐ทFrance nicolas-lsn
Please note that such changes could cause issue with third-party modules, for example ui_patterns.
This last module define a #context object, which is overridden if we apply the patch. This leads to a fatal error.
So maybe it could be better to override or extends the #context element if it is empty or array, otherwise the variable should be kept as this.
- ๐บ๐ธUnited States les lim
Les Lim โ made their first commit to this issueโs fork.
- ๐บ๐ธUnited States les lim
Les Lim โ changed the visibility of the branch 2511548-135 to hidden.
- ๐บ๐ธUnited States les lim
Les Lim โ changed the visibility of the branch 11.0.x to hidden.
- ๐บ๐ธUnited States les lim
Les Lim โ changed the visibility of the branch 2511548-135 to active.
- ๐บ๐ธUnited States les lim
Rerolled #131 against 11.x, but this also applies to 10.3.x right now.
- ๐ฉ๐ชGermany Anybody Porta Westfalica
@JohnAlbin, @laurii, @larowlan: Now that @markhalliwell has left the Drupal Community, shouldn't we still try to get this fixed finally?
To say it in the words of @maskedjellybean in #127:
It's one of those things you just assume you can do. Then when you really need to do it and learn you can't, it's quite frustrating.
Yes, this is a specific case, but I think many Drupal developers / themers run into this one day, as it's just a natural thing that you sometimes need to know about the context.
For one year I now didn't run into this, now it's time again: โจ Pass block context to commerce_cart_block Active ๐So I think this is really relevant for DX (Developer Experience) / FX (Front End Experience) and happy Drupal developing.
My question is: How can we tackle this efficiently? Could someone (powerful ๐) decide, how this should finally be implemented, then we'd be willing to help with the implementation! But coming back and see things stuck again, where lots of work went in already, is frustrating for everyone here.
Would be great if someone who can decide on this, could decide on this. Even if it means a totally different approach or closing this won't fix, but documenting a best practice for the structure and namings to use in such
#context
-passing cases, for example in Block Plugins.Thank you! ๐
- ๐ณ๐ฑNetherlands Martijn de Wit ๐ณ๐ฑ The Netherlands
maybe via https://www.drupal.org/project/drupal/issues/3482385#comment-15842192 ๐ Add a feature flag for the procedural hooks bc layer Active