After using VE to edit a subpage in a namespace with subpages enabled, and saving changes, the breadcrumb link (< ParentPageName) underneath the page title does not come back.
Version: unspecified
Severity: normal
After using VE to edit a subpage in a namespace with subpages enabled, and saving changes, the breadcrumb link (< ParentPageName) underneath the page title does not come back.
Version: unspecified
Severity: normal
<Krenair> So what's currently broken here is how we try to deal with the 'redirect page' text under the title
<Krenair> We just do $( '#contentSub' ).text( ve.msg( 'redirectpagesub' ) ); which will overwrite the subpage breadcrumb
<Krenair> Unfortunately, core doesn't wrap that redirect text in a way which we could single it out.
Gerrit change 148883 to fix MW core
Change 149351 had a related patch set uploaded by Alex Monk:
Don't overwrite #contentSub just to try to get the correct subtitle for redirects
Change 149351 merged by jenkins-bot:
Don't overwrite #contentSub just to try to get the correct subtitle for redirects