When trying to set up automatic entity labels on a paragraph bundle, I get the following error:
Error: Call to a member function id() on null in Drupal\auto_entitylabel\Form\AutoEntityLabelForm->__construct()
Still the tab is available at /admin/structure/paragraphs_type/[paragraphs_type]/auto-label
(real url!)
Please note that the paragraph type ID is missing in the real URL and instead the URL is like shown above, which surely creates the issue.
Replacing the placeholder with the bundle ID, e.g. "text" does not work and leads to a "Page not found" error.
Active
3.0
Code