Currently the slug field on the promote panel is wired to update itself when the title is changed on the content panel. This is creating some UX and SEO problems (I can elaborate if necessary, but the issue is with a page being indexed and or bookmarked, and the title being updated, so that bookmarks and search engines have a broken link).
I'm confident that I can code around this, probably by using a signal handler to intercept and revert changes to the slug, or by using the publishing hook to create a redirect.
Before I go down that route I'd like to ask, is this configurable through Wagtail or is there a more idiomatic approach I should be taking?
Thanks.