diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 026c1f7e54..c3cd3f074a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ Changelog * Fix: Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd) * Fix: Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo) * Fix: Middleware responses during page preview are now properly returned to the user (Matt Westcott) + * Fix: Default text of page links in rich text uses the public page title rather than the admin display title (Andy Chosak) 2.6.1 (05.08.2019) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index dae9e5e447..126ca5fb90 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -32,6 +32,7 @@ Bug fixes * Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd) * Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo) * Middleware responses during page preview are now properly returned to the user (Matt Westcott) + * Default text of page links in rich text uses the public page title rather than the admin display title (Andy Chosak) Upgrade considerations diff --git a/wagtail/admin/templates/wagtailadmin/pages/listing/_page_title_choose.html b/wagtail/admin/templates/wagtailadmin/pages/listing/_page_title_choose.html index 5104862957..06366e9753 100644 --- a/wagtail/admin/templates/wagtailadmin/pages/listing/_page_title_choose.html +++ b/wagtail/admin/templates/wagtailadmin/pages/listing/_page_title_choose.html @@ -8,7 +8,7 @@ Expects a variable 'page', the page instance.