Ticket #1268 (assigned enhancement)
condtion should be optional in "else" clause in configuration file
| Reported by: | jrabbit | Owned by: | moo |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.0 |
| Component: | core | Version: | 1.4.15 |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
Description (last modified by moo) (diff)
The conditional configuration construct:
<field> <operator> <value> {
...
}
else <field> <operator> <value> {
... the "else if" block
}
would be more useful if it allowed a bare "else" with no condition - i.e.
<field> <operator> <value> {
...
}
else <field> <operator> <value> {
... the "else if" block
}
else {
... the "else" block
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

