Opened 12 years ago
Closed 10 years ago
#222 closed improvement (fixed)
Lookup table for extended attribute options
Reported by: | car031 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.1 |
Component: | Core | Version: | 6.4.2 |
Keywords: | Cc: |
Description
For a Document Template we can add an arbitrary number of custom text fields. If we want to handle an enumeration of fixed values we need to put all the option in a comma-separated values string.
When the options are more than 10 it is cumbersome to add all of them in the standard textbox so it would be better to connect the drop-down list to a specialized lookup table.
This can be implemented by using a dedicated table key-value or we can reuse the Generics.
Change History (1)
comment:1 Changed 10 years ago by car031
- Component changed from User Interface to Core
- Milestone set to 7.1
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Lookup table for custom enumeration to Lookup table for extended attribute options
Note: See
TracTickets for help on using
tickets.