Ticket #1268 (assigned enhancement)

Opened 14 months ago

Last modified 13 months ago

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

Changed 13 months ago by moo

  • owner changed from jan to moo
  • status changed from new to assigned
  • description modified (diff)

Add/Change #1268 (condtion should be optional in "else" clause in configuration file)

Author



Change Properties
<Author field>
Action
as assigned
 
Note: See TracTickets for help on using tickets.