πŸ‡³πŸ‡±Netherlands @cleverhoods

Account created on 4 May 2009, about 15 years ago
  • Drupal Backend developer at Drupal CentricΒ 
  • Sr. Drupal Backend developer at Media.MonksΒ 
  • Sr. Drupal Backend developer at iOΒ 
  • Drupal Backend developer at CheppersΒ 
  • Sr. Drupal Backend developer at FRUITIONΒ 
  • Maintenance Tech Lead & Sr. Drupal Backend developer at One ShoeΒ 
  • Drupal Backend developer at adapptΒ 
#

Merge Requests

Recent comments

πŸ‡³πŸ‡±Netherlands cleverhoods

cleverhoods β†’ made their first commit to this issue’s fork.

πŸ‡³πŸ‡±Netherlands cleverhoods

Added patch file for people who are using drush.make or composer for project dependency handling.

πŸ‡³πŸ‡±Netherlands cleverhoods

There's a hotfix patch that would circumvent the error: https://www.drupal.org/project/hook_event_dispatcher/issues/3385203#comm... πŸ› Circular reference detected for service "hook_event_dispatcher.module_handler" Active

πŸ‡³πŸ‡±Netherlands cleverhoods

The Tracer update didn't sort the issue out after all.
Hotfix patch is provided.

πŸ‡³πŸ‡±Netherlands cleverhoods

I think it's attached to this issue: https://www.drupal.org/project/tracer/issues/3387444 πŸ› Typed property Drupal\tracer\EventDispatcher\TraceableEventDispatcher::$tracer must not be accessed before initialization Fixed
After installing the update for Tracer(1.0.1), the issue got sorted.

πŸ‡³πŸ‡±Netherlands cleverhoods

I think it's attached to this issue: https://www.drupal.org/project/tracer/issues/3387444 πŸ› Typed property Drupal\tracer\EventDispatcher\TraceableEventDispatcher::$tracer must not be accessed before initialization Fixed
After installing the update for Tracer(1.0.1), the issue got sorted.

πŸ‡³πŸ‡±Netherlands cleverhoods

As mentioned by @johnwebdev πŸ› Unable to add content to a content type named 'type' Active above, the issue was a name collision.

Added a check to make sure the code operates with the expected instance.

  /** @var \Drupal\node\NodeTypeInterface $type */
  $type = $form_state->getFormObject()->getEntity();
  if (!$type instanceof NodeTypeInterface) {
    return;
  }
Production build 0.69.0 2024