Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
admin.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2005 at 04:30 UTC
Updated:
7 Jan 2006 at 14:42 UTC
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
Comment #1
gregglesI 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".
Comment #2
DriesK commentedDuplicate 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?
Comment #3
gregglesI checked out head this morning and this problem is fixed.
Well done!