Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.x] Seo Document Editor Not Syncing to SEO Tab #62

Open
dusantasioso opened this issue Mar 6, 2024 · 1 comment
Open

[2.x] Seo Document Editor Not Syncing to SEO Tab #62

dusantasioso opened this issue Mar 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dusantasioso
Copy link

dusantasioso commented Mar 6, 2024

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

"dachcom-digital/seo": "~2.1.0" - Pimcore 10.5
The editing of SEO texts in the SEO document editor not working properly. It saves data only in documents_page table, but seo_element_meta_data table stays unchanged so data in SEO editor of the document itself stays unchanged and on the next save of document it will override data in document_page table.
Problem is that endpoint '/admin/seo/meta-data/set-element-meta-data-configuration' is not triggered after saving SEO changes in SEO document editor - '/admin/document/update'.
Modifying checkForLegacyData() function in \SeoBundle\Manager\ElementMetaDataManager is possible fix, but not something that should be done

@solverat
Copy link
Member

solverat commented Aug 9, 2024

I was able to reproduce this issue on PX (2.x). However, it's working within P11 (3.x).

@solverat solverat added the bug Something isn't working label Aug 9, 2024
@solverat solverat changed the title Seo Document Editor [2.x] Seo Document Editor Not Syncing to SEO Tab Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants