I have successfully added a few rules in the file createRouteExpressions.groovy, but the order in which they are displayed in the GUI does not match the order of the conf = [ ] list.
It does not seem to be alphabetical either.
How do I control the order of the rules in the Simplified UI ?
Posted November 22nd, 2007 by Anonymous

Currently, the rules list is
Currently, the rules list is not sorted. We are reviewing the approach of sorting the rules alphabetically by description.
I'd would prefer
I'd would prefer alphabetically by their name in the
def conf = [
"A_name" : ["Description":" .......
"B_name" : ["Description":" ....
]
So that we don't have to put fancy description text to control display ordering.
Paul