wagtail / wagtailtrans

A Wagtail add-on for supporting multilingual sites
http://wagtailtrans.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
104 stars 60 forks source link

Saving a page is not updating the title #209

Open jkevingutierrez opened 3 years ago

jkevingutierrez commented 3 years ago

Found a bug, please fill out the sections below

Issue summary

Updating a page title without publishing it, is not showing the updated title in the pages list.

Looking at the code the _page_title_explore.html is using the page.title instead of page.get_admin_display_title

How to reproduce?

Technical details