Page MenuHomePhabricator

Page linked notification: URL title parameter is not correct
Closed, ResolvedPublic

Description

I've received (with my volunteer account) a notifications about an article I've created (Le vélo STAR) linked to an other (Métrovélo) : https://fr.wikipedia.org/w/index.php?title=LE_v%C3%A9lo_STAR&diff=127038389&oldid=prev

When I check the diff, the URL is not consistent: the diff is on Metrovelo page, but the URL indicated LE vélo STAR as page's title.

Event Timeline

Change 294287 had a related patch set uploaded (by Catrope):
PageLinkedPresentationModel: Use the correct title for the diff link

https://gerrit.wikimedia.org/r/294287

Change 294287 merged by jenkins-bot:
PageLinkedPresentationModel: Use the correct title for the diff link

https://gerrit.wikimedia.org/r/294287

While testing this patch, I noticed that the links don't change for a bundle:

  • the primary link goes to the first (of many) pages that link to the page I've created
  • the secondary "view changes" link goes to the diff of the same page (the first of the bundle)

Checked in betalabs (and testwiki, just in case, to spot more problems).
"Difference between revisions of [page title]" and the title in the url seem to be the same in all tested cases.

@SBisson

  • I thought that we won't bundle links
  • and, if we bundle it, the behavior you described, seems quite reasonable.