🇧🇷Brazil yseki
🐛 | Flag Lists | Declaration of Drupal\flag_lists\FlagListsFlagLinkBuilder::build($entity_type_id, $entity_id, $flag_id) must be compatible with Drupal\flag\FlagLinkBuilderInterface::build($entity_type_id, $entity_id, $flag_id, $view_mode = null)
🇧🇷Brazil yseki
Here is the patch I did to solve this issue in one of my projects.
🇧🇷Brazil yseki
Here is a patch.
🐛 | Entity Construction Kit (ECK) | Entity edit form title is empty when entity type is translatable and has no title field
🇧🇷Brazil yseki
This is the expected behavior. If the entity has no title, the page title would be empty.
If you really needs a title on the entity page, you can create a twig template for that.
🐛 | Drupal core | Notice: Uninitialized string offset: 0 in Drupal\Core\Asset\LibraryDiscoveryParser->buildByExtension()
🇧🇷Brazil yseki
Correct patch
🐛 | Drupal core | Notice: Uninitialized string offset: 0 in Drupal\Core\Asset\LibraryDiscoveryParser->buildByExtension()
🇧🇷Brazil yseki
Here is the patch.