zambrey β created an issue.
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.
zambrey β made their first commit to this issueβs fork.
zambrey β created an issue.
zambrey β created an issue.
zambrey β created an issue.
zambrey β created an issue.
zambrey β created an issue.
zambrey β created an issue.
zambrey β created an issue.
@foadyousefi I've merged your work from api-v3 branch
zambrey β made their first commit to this issueβs fork.
Shall I go for it?
zambrey β created an issue.
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.
zambrey β created an issue.