Page MenuHomePhabricator

Change global defaults doesn't work for registered users
Closed, ResolvedPublic

Description

Author: evan

Description:
When a user saves his or her preferences, we save all settings, even if the user
didn't change from the default.

However, if the admin changes the global default, those users' preferences stay
as the old default.

It would be nice if the user doesn't really care about the setting, we didn't
save it. This is probably not possible with HTML forms, so as a first
approximation we could only save preferences that differ from the defaults.

The downside is that if the user really loves the old default, they'll have to
go change it when the global default changes. This seems like a preferable
situation to the current behaviour.


Version: unspecified
Severity: normal

Details

Reference
bz5363

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 9:11 PM
bzimport set Reference to bz5363.

Bumped severity and priority. Current behaviour makes reconfiguring the wiki really hard for existing users.

Assigning to me, fixed in preferences-work branch.

Fixed with branch merge of preferences-work.