Page MenuHomePhabricator

Rollback success page should display the actual customized edit summary instead of the default
Open, Needs TriagePublic

Description

When the '&summary=' has been specified, the edit summary is customized, but the default edit summary is still displayed on the rollback success page.

Event Timeline

It sounds like you have to expand the functionality of that local gadget, if I understand correctly. This is up to the local community.
(For future reference, please follow https://www.mediawiki.org/wiki/How_to_report_a_bug when creating tickets and structure your tickets. Thanks a lot!)

Sorry for the creating, but this is a MediaWiki issue.

If the user provides the '&summary=' parameter to the rollback action URL, the actual edit summary will use this parameter, but the success page will display the default edit summary for the user. I am not sure how to make it clearer.

Aklapper changed the task status from Open to Stalled.Feb 22 2021, 3:06 PM

@YFdyh000: It would be helpful if you could follow https://www.mediawiki.org/wiki/How_to_report_a_bug and provide: 1) Clear and full steps to reproduce; step by step, 2) actual outcome; 3) expected outcome; in separate sections. Plus where to see the custom summary exactly, on which page (URL example)? Thanks.

在T274840#6849012中,@Aklapper写道:

@YFdyh000: It would be helpful if you could follow https://www.mediawiki.org/wiki/How_to_report_a_bug and provide: 1) Clear and full steps to reproduce; step by step, 2) actual outcome; 3) expected outcome; in separate sections. Plus where to see the custom summary exactly, on which page (URL example)? Thanks.

  1. Make sure your account has the Rollback right on that wiki.
  2. Open the history (or diff) of any page and make sure you can see the rollback link.
  3. Copy the rollback link, paste and append the &summary=test to the end of the link. This may be make by some gadgets.
  4. Open the link in browser, if it goes well, you will see the rollback success page, and the default rollback edit summary is displayed.
  5. Check the history of the page or your contribution, you see the edit summary actually used is the "test". Therefore, the result page is inconsistent and unreliable.

I realized maybe this does not belong to the MediaWiki-Page-diffs, but I could not find the Rollback component.

Aklapper changed the task status from Stalled to Open.Feb 23 2021, 12:03 AM

Ah, thanks (also for the patience to explain)!