Page MenuHomePhabricator

Special:EditWatchlist no longer returns to self after submitting the form
Open, LowPublic

Description

Special:EditWatchlist no longer returs to self after submitting the form.

In past, when you removed an item from the watchlist, the confirmation page contained the form with list of checkboxes. Now it doesn't.

Assuming it's related to r84718 as mentioned in T33502.

Details

Reference
bz31753

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 11:51 PM
bzimport set Reference to bz31753.
bzimport added a subscriber: Unknown Object (MLST).

vivekee047 wrote:

Do you want the list of watchlist displayed along with the information of about the changes you have made in your watchlist.

Eg
1 item has been removed

  • Addition you need?-----------

(Main)
Mywiki (Talk | History)
Main Page (Talk | History)
Help

Help:Content (Talk | History)

It can be done by addition to the code in submitraw/submitnormal function .
Thanks!

see gerrit change 9979
it includes ajaxify for submit and it should solve this bug for users with javascript supported

(In reply to comment #2)

see Gerrit change #9979
it includes ajaxify for submit and it should solve this bug for users with
javascript supported

That's merged but last comment says the correct version is gerrit change 17216.

https://gerrit.wikimedia.org/r/#/c/17216/ was abandoned and split into two other commits which have been -1'ed.