#8714 closed enhancement (fixed)
Do not extract options from configuration if there is an option in Environment
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | low | Milestone: | 0.12 |
| Component: | general | Version: | 0.12dev |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
In several places there is code to extract information from trac.ini/[project] which duplicates information as this is already available as an Option in Environment.
Attachments (1)
Change History (6)
by , 16 years ago
| Attachment: | use_config_option_for_project_settings added |
|---|
comment:1 by , 16 years ago
| Owner: | set to |
|---|
follow-up: 5 comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Patch applied in [8636], thanks!
Felix, in the future, please attach your patches with a .patch extension, so that our beautiful patch viewer can be used :-)
comment:4 by , 16 years ago
| Owner: | changed from to |
|---|
comment:5 by , 16 years ago
Replying to rblank:
Felix, in the future, please attach your patches with a
.patchextension, so that our beautiful patch viewer can be used :-)
Sorry for that - I also forgot to put the commit comment in the patch header as suggested by cboos. Will do for future patches if you continue to merge my changes so fast ;-)



I assume the usage of
self.config.get()predates the creation of the descriptors that are now used.