Feature #1107
variables in settings
| Status: | Feedback | Start: | 08/11/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
Description
Variables don't work as values for group settings.
If I have:
foo = a
bar = b
red = $foo-$bar
and I reference $red, it is interpreted as $foo-$bar literal.
