background
When we worked on T404227: [Mobile Reading list] Keep navigation menu option's location consistent across Advanced/Non-Advanced modes on Minerva we overlooked the fact that the watchlist link has different behaviour when the personal menu is used. To avoid disruption to users using the watchlist as a reading list, we should update the link in the personal menu.
Steps to replicate the issue (include links if applicable):
- Create a new account and make sure you don't make any edits (also make sure you don't opt into AMC mode)
- Click the watchlist link.
To replicate locally:
Incorrect behavior:
$wgMinervaPersonalMenu['loggedin'] = true;
Correct behaviour:
$wgMinervaPersonalMenu['loggedin'] =false;
What happens?:
In production I am navigated to Special:EditWatchlist
In beta cluster I am navigated to Special:Watchlist
What should have happened instead?:
The behaviour should be identical. We should navigate to Special:EditWatchlist.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):