-
https://www.drupal.org/node/3344141
Introduced in branch/version: 10.1.x / 10.1.0
Drupal Views module has a Drupal\views\Ajax\ScrollTopCommand AJAX command that allows scrolling browser to the top u…
-
There's initial commit to update image with latest Alpine https://github.com/skilld-labs/docker-phpcs-drupal/commit/91e63ef478e7f23241011e24ebdd0a03003203aa
Also it needs to add https://github.com/mg…
-
I just bumped into this old issue again: https://www.drupal.org/project/drupal/issues/1055856
It was initially filed against D7, and there was a patch for it, with some benchmark results as well:
…
-
### Problem/Motivation
Error on composer installation - requirements problems.
```shell
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/c…
-
While working to test BLT 13.x with Drupal 10 and PHP 8.1.x I'm running into issues with the various Behat plugins.
jhedstrom/drupalextension appears to be compatible if we go to dev-master. HOWEVE…
-
### Discussion or Question
This issue serves as a starting point for discussions about the migration process.
## Current Status
Currently, we have a little documentation on the [general process…
-
For users with the "Manager" role the "Reset to alphabetical" button is displayed but they get access denied when clicking on it. That route requires the `administer taxonomy' permission: https://git.…
-
# What?
Drupal is such a hack sometimes. The story is quite simple. Breadcrumbs have two functions, one that is called to see if a Breadcrumb "applies" to the current Route and one to actual calcul…
-
**Description:**
Campgrounds that are “Recreation site (day use only)” displays different fields.
Should not show:
total site
pull through
registration required
D10 https://test-yukon-drupal…
-
This is an error that shows up, using Drupal.
In that case, this method is called: `Html::serialize($dom);` , but $dom->nodeValue is null, and its causing the error.
Propose a solution: upcast…