Bugzilla – Bug 5907
Different default values in code vs shipped config files
Last modified: 2017-03-23 15:03:04
You need to log in before you can comment on or make changes to this bug.
The idea is that the shipped configuration files should reflect the hardcoded defaults in the code, but this is not always true. In some cases, this is easy and obvious to fix. In other cases, such as with data driven programs such as the profile chooser, it's not as clear if it is correct to hard code a parameter, for example the "order" parameter.
Verified commits and the scoutrule. Looks good.