- πΊπΈUnited States smustgrave
This came up as the daily BSI target.
Checking ConfigFieldMapper and FieldConfig I believe this is still true. Maybe it could be moved a trait? Thoughts?
\Drupal\config_translation\ConfigFieldMapper::getBaseRouteParameters() duplicates the code in \Drupal\field\Entity\FieldConfig::urlRouteParameters() because it has no other choice, urlRouteParameters() is protected.
Any entity with a complex edit URL will have to do the same, and it will fatal error unless you do.
Rewrite \Drupal\config_translation\ConfigEntityMapper::getBaseRouteParameters() to consult \Drupal\Core\Entity\Entity::urlRouteParameters() once it (or something like it) is public.
N/A
N/A
N/A
N/A
Active
11.0 π₯
content_translation.module
Worse Than Failure. Approximates the unpleasant remark made by Drupal developers when they first encounter a particular (mis)feature.
Enhances developer experience.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This came up as the daily BSI target.
Checking ConfigFieldMapper and FieldConfig I believe this is still true. Maybe it could be moved a trait? Thoughts?