29th April 2025 — Fixes to Content Text Duplication
build 144
- Fix has been applied to ensure that when any context is copied, content text items are copied to new documents to avoid duplicate instances being generated in the site.
- In order to track down existing content that has been incorrectly duplicated in the past, when a page is in site edit mode, any duplicate text items are highlighted at the top of the page:

- Duplicate alerts are also displayed within each markdown field where a duplicate is detected:

New component admin/duplicate-page-content-navigator DuplicatePageContentNavigatorComponent has been created to display potential page content duplicates across the whole site and allow deletion of the duplicate(s) or content path renaming. See Duplicate Page Content Navigator for more information.
New component admin/duplicate-content-text-navigator DuplicateContentTextNavigatorComponent has been created to display potential content text duplicates across the whole site and allow navigation to the areas that need attention. See Duplicate Content Text Navigator for more information.
Duplicate Row option has been added to Actions dropdown.

Note that the Duplicate Row and Column functions do not duplicate content in a way that causes the above duplicates to be detected - they use the new content copying approach that came with this release.