patrickdemooij9 / SeoToolkit.Umbraco

SeoToolkit is a SEO package for Umbraco 9, 10, 11, 12 & 13. This package features most functionalities needed for your SEO needs like meta fields, sitemap, robots.txt and much more.
MIT License
34 stars 28 forks source link

Metafields saved multiple times on page with list view enabled #273

Closed josephheqj closed 2 months ago

josephheqj commented 3 months ago

Hi there, we are using SEO Toolkit 3.5.0 along with Umbraco 12.1.2. In list view, there is a problem with saving the Meta Fields settings. The child page’s values are overridden by the parent page. And when we published the changes, the JS save() function was called multiple times. This issue only occurred in the list view when the "Edit in Infinite Editor" option was selected. 2024-04-24 17 45 42

josephheqj commented 3 months ago

One possible solution we came up with is to add a check to ensure that only the current editor's update is being saved.

See pull request #274

patrickdemooij9 commented 2 months ago

Fixed by https://github.com/patrickdemooij9/SeoToolkit.Umbraco/pull/274