Account created on 31 August 2007, over 17 years ago
#

Merge Requests

More

Recent comments

πŸ‡΅πŸ‡±Poland zambrey

I can confirm that this module breaks the entity reference fields (in my case with Media Library widget) where the weight of the items is not saved.

The problem is most likely related with changing the handler class for entity forms in yoast_seo.module:

function yoast_seo_entity_type_build(array &$entity_types) {
  /** @var \Drupal\Core\Entity\EntityTypeInterface[] $entity_types */
  foreach ($entity_types as &$entity_type) {
    if (!$entity_type->hasHandlerClass('yoast_seo_preview_form')) {
      $entity_type->setHandlerClass('yoast_seo_preview_form', AnalysisFormHandler::class);
    }
  }
}

Commenting out the line with setHanderClass() call fixes for me the issue with item ordering.

πŸ‡΅πŸ‡±Poland zambrey

@foadyousefi I've merged your work from api-v3 branch

πŸ‡΅πŸ‡±Poland zambrey

zambrey β†’ made their first commit to this issue’s fork.

πŸ‡΅πŸ‡±Poland zambrey

Okay, actually one doesn't need to enable Gutenberg Experience to experience this issue. Its not related to gutenberg at all.

What do you think about proposed resolution? I can try to provide a fix for this issue.

Production build 0.71.5 2024