-
Hello all,
We had a project with
_Drupal -- 9.4.8
PHP -- 8.1.6
drupal/console-dotenv -- 0.3.1
vlucas/phpdotenv -- ^2.3_
We face these notices with **auto_detect_line_endings**
https://php.w…
-
Using dcycle/browsertesting:3.2019-09-09-20-39-39-UTC, the following works:
await page.goto('http://drupal/user')
console.log('enter credentials')
await page.type('[name=name]', proce…
-
**Describe the bug**
I noticed something strange today with configuration synchronisation. When we deploy configuration that contains both the enabling of a (contrib/core) module & the config from it…
-
A [blog post](https://webfutura.eu/drupal-custom-entities-drush) about a Drush entity generator [states that](https://webfutura.eu/drupal-custom-entities-drush#how-custom-entity-types-was-done-in-drup…
-
It looks like both entities don't work yet. I am not sure what we missed. Could be a bug in Drupal Console maybe.
Drupal\Core\Entity\EntityMalformedException: The entity does not have[error]
an ID. i…
-
Hey guys, loving console! I have an idea for a new feature.
# Problem/Motivation
Say I am creating a "to-do list" feature with Drupal 8. Say I create a custom "to-do list" entity with `drupal gener…
-
**Is your feature request related to a problem? Please describe.**
Releasing the cron system lock to run cron again.
**Describe the solution you'd like**
The pretty much abandoned Drupal Console …
-
- To begin working on this task, create a branch based off of the currently checked out branch using the following convention: ```proj-me-initials-42```
- For your convenience, an image of the design…
-
Would it be possible to set up something like a read-only mode for Drupal Console?
This would be particularly helpful for production/live environments. This way, it can be used to analyse problems …
-
### Problem/Motivation
The problem here is that clearing the cache runs after updating the database and importing config. However clearing the cache allows Drupal to register newly added php function…