πŸ‡¬πŸ‡§United Kingdom @polynya

Account created on 29 April 2010, about 14 years ago
  • Principal developer at NomensaΒ  …
#

Merge Requests

Recent comments

πŸ‡¬πŸ‡§United Kingdom polynya

The settings form has been added recently. When the form is saved with no entities selected then the configuration is deleted by:
$config->clear('enabled_entity_types');

This should be:
$config->set('enabled_entity_types', []);

πŸ‡¬πŸ‡§United Kingdom polynya

Thanks abhishek_gupta1. My patch also fixed the settings form.

πŸ‡¬πŸ‡§United Kingdom polynya

The pipeline is reporting errors in PHPCS and PHPUnit, but they are not related to this change.

πŸ‡¬πŸ‡§United Kingdom polynya

I've tested the patch successfully on 9.5 but haven't tried 10 yet

πŸ‡¬πŸ‡§United Kingdom polynya

Sorry, I should have been clearer. There is a bug in the commit for πŸ› Error: Call to undefined method Drupal\Core\Config\Entity\ConfigEntityStorage::accessCheck() Fixed

Instead of accesCheck it should be accessCheck

Production build 0.69.0 2024