Ticket #121 (closed: fixed)
Adjust FrameworkManager exec and create to accept parameter strings using ordinal locations
Reported by: | Nick Draper | Owned by: | Dickon Champion |
---|---|---|---|
Priority: | major | Milestone: | Iteration 8 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Nick Draper) (diff)
Currently the Framework Manager accepts a parameter string into execute and create algorithm. This is formatted like this
Param1=34;Param2=Thiry;Param3=bob
This should be altered so the following is ALSO possible "34;Thirty;bob"
i.e. If the Param name is not specified it uses the ordinal position in the string and matches it to the ordinal position of the parameter.
Change History
Note: See
TracTickets for help on using
tickets.