I have tested locally and I could not reproduce the issue. But in any case I guess is more related with other kind of issues more that admin_toolbar module.
Tested with Drupal 10 and back_to_top version 3.0.0 and I cannot reproduce the error. I think due to that issue was already solved in this commit: https://git.drupalcode.org/project/back_to_top/-/commit/b085e769bd1c365a...
What provided by @tim-diels in #3 🐛 Make configuration translatable RTBC looks good to me as well.
Hi @keszthelyi, I guess then that if oe_lists_pages fixes its dependcy to request drupal/entity_meta_relation instead of drupal/emr that issue could be closed as seems that module (by its own) would be working as expected.
Issue opened in oe_list_pages side: https://github.com/openeuropa/oe_list_pages/issues/176
Hey
@keszthelyi →
could you please confirm, then if requiring drupal/entity_meta_relation you have an entry for it in composer autoload_psr4 or if it is working by being loaded by Drupal itself?
I guess, then that issue should be reported as an issue about the dependency definition for oe_list_pages.
Yes, I can confirm, this is still happening.
As said by
@donquixote →
, maybe this is not impacting the module itself cause Drupal is able to load it by its own, but it is appearing when including custom namespaces inside a docroot src/ folder.
Could be this is related to an old renaming of this module from drupal/emr into drupal/entity_meta_relation?
Thanks in advance.