Problem:

Choosing the "Rest To Defaults" button in admin > settings seems to have no effect, that is, settings are not returned to their defaults.

To reproduce:

1. Go to admin > setttings.
2. Change a setting from its default and save (saves correctly)
3. Press "Rest To Defaults"
4. Check changed setting.

Test system:
- drupal-cvs
- postgresql 8.0
- apache2
- firefox

Comments

greggles’s picture

I confirmed this behavior on a test system.

4.7Beta2
MySQL

Several modules enabled/installed - not sure if that has an effect.

I tried changing the number of nodes to show in the RSS feed, the format of the rss feed (title/tease vs. full), and the slogan/contact email/mission. All of them stayed the same even after I hit "reset to defaults".

DriesK’s picture

Status: Active » Closed (duplicate)

Duplicate of http://drupal.org/node/43477. This should have been fixed yesterday. Could you try with the latest HEAD version, and add a comment/confirmation in the other issue?

greggles’s picture

I checked out head this morning and this problem is fixed.

Well done!