#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 Changed 17 years ago by
Milestone: | → BASE 2.0 |
---|
comment:2 Changed 17 years ago by
Status: | new → assigned |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 17 years ago by
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.