magento2-add-cms-pages-to-menu icon indicating copy to clipboard operation
magento2-add-cms-pages-to-menu copied to clipboard

fix: nav links missing, due to duplicate page identifiers

Open adamzero1 opened this issue 1 year ago • 1 comments
trafficstars

If you have pages with the same identifier in different stores, you get inconsistent loading of links.

Example Store A CMS PAGE - A CMS PAGE - B Store B CMS PAGE - A CMS PAGE - C

If you configure nav links for Store B, for pages A & C, there is a chance that the collection loads Page A from Store A (and not store B), and then doesn't render the link in the nav.

adamzero1 avatar May 15 '24 17:05 adamzero1