Ticket #1366 (closed: fixed)
Allow paramter "string" type
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 24 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
Allow syntax:
<parameter name="instrument-status" type="string">
<value val="closed"/>
</parameter>
I.e. to allow a parameter to hold a string
Change History
comment:2 Changed 10 years ago by Anders Markvardsen
- Status changed from new to accepted
Wiki updated
comment:5 Changed 10 years ago by Anders Markvardsen
- Status changed from accepted to testing
- Resolution set to fixed
comment:6 Changed 10 years ago by Nick Draper
- Status changed from testing to verify
Moved to verify state
comment:8 Changed 10 years ago by Anders Markvardsen
- Status changed from verifying to reopened
- Resolution fixed deleted
comment:12 Changed 10 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2213
Note: See
TracTickets for help on using
tickets.
(In [5096]) Allow paramter "string" type. Refs #1366.
Also, added additional ParameterMap method which can get string-value by searching a component by name.
(swapped a few int by unsigned int in Interpolation)