Page MenuHomePhabricator

Field Target on Special:Log is not filled with value of parameter page
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

  • The field Target is empty.
  • A click on the button Show show the logs for all pages.

What should have happened instead?:

  • The field Target should contain the page Compatibility.
  • A click on the button Show should show the logs of the page Compatibility.

Event Timeline

The field Target is not filled with the value of the URL parameter page since rMW72913f4cc3f4: Call setFormIdentifier() on LogEventsList form.

LogEventsList::getTitleInputDesc already gets the title input, it "just" needs to be title formatted and passed as default.

Change 851133 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/core@master] Prefill page/pattern/tagfilter/offender in form for Special:Log

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

Change 851133 merged by jenkins-bot:

[mediawiki/core@master] Prefill page/pattern/tagfilter/offender in form for Special:Log

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

matmarex subscribed.

The fix will be deployed to Wikimedia wikis next week, per the usual schedule.