Page MenuHomePhabricator

The watchlist namespace selection form preserves parameter settings incorrectly
Closed, ResolvedPublic

Description

Author: peterrh

Description:
The hidden values for hideMinor, hideBots, etc. are set if the option is turned on. This is incorrect - depending on user preferences, the hidden value may be needed even when the option is turned off.

To demonstrate the problem, set preferences to, say, hide edits by logged in users on the watchlist. Now go to the watchlist. It displays correctly. Now select the option to show logged in users. Again, the result is correct. Now select a namespace and click the Go button. The result will hide logged in users which is incorrect. RecentChanges gets this right so this form should too!


Version: 1.15.x
Severity: enhancement

Details

Reference
bz17257

Event Timeline

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

Changing component to "Watchlist"