- Issue created by @r0nn1ef
- Status changed to Postponed: needs info
6 months ago 5:54pm 21 June 2024 That line is:
if (\Drupal::moduleHandler()->moduleExists('config_translation') && preg_match('/^entity.webform.(?:edit|settings|assets|access|handlers|third_party_settings)_form$/', \Drupal::routeMatch()->getRouteName())) {
What is the route name NULL? What are the steps to reproduce this bug?
- πΊπΈUnited States r0nn1ef
I tried to reproduce this bug this morning to put them here, but i updated to core 10.3.0 over the weekend and now the warnings are no longer in my dblogs. Not sure if this should be closed or not.
- πΊπΈUnited States jrockowitz Brooklyn, NY
This should be fixed because via CLI \Drupal::routeMatch()->getRouteName() can be equal to NULL
- Status changed to Closed: duplicate
6 months ago 8:19pm 26 June 2024 - πΊπΈUnited States jrockowitz Brooklyn, NY