After a fresh 5.1 install in the admin interface administer > site configuration > performance the radio button near 'Disabled' for the setting 'Aggregate and compress CSS files' isn't marked as selected. If you enable the CSS preprocessor the 'Enabled' radio button is marked as selected. If deactivated the 'Disabled' radio button isn't marked selected again after submitting the settings. I have not tested if the CSS preprocessor is activated and deactivated correctly. Maybe just a small UI bug.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | aggregator_default_value.patch | 1.32 KB | neclimdul |
Comments
Comment #1
neclimdulQuick fix. FALSE isn't evaluating to 0, so the disabled radio button is not set. Wrapping the comparison in intval() fixes this and provides the desired behavior.
Comment #2
neclimdulComment #3
drummCommitted to 5.x.
Looks like this problem exists in HEAD too, but this patch does not apply there.
Comment #4
bart jansens commentedAlready fixed in HEAD: http://cvs.drupal.org/viewvc.py/drupal/drupal/modules/system/system.admi...
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.