#182 closed enhancement (fixed)
Allow plugin parameters to use enumerations where one value is displayed while another is the actual value used
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 RC2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Ie. when the options are presented in a list the values displayed can be user-friendly while the actual values used are hidden from the user.
Change History (4)
comment:1 by , 19 years ago
Milestone: | → BASE 2.0 |
---|
comment:2 by , 19 years ago
Status: | new → assigned |
---|
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 18 years ago
Milestone: | BASE 2.0 → BASE 2.0 RC2 |
---|
Note:
See TracTickets
for help on using tickets.
(In [2190]) Fixes #182: Allow plugin parameters to use enumerations where one value is displayed while another is the actual value used. The fix is for string parameters only. Other types will be implemented when needed.