Actions
Feature proposal #5224
closedImplement for XML field type to show field name in addition to title
Description
Field title is not unique. So if you have 3 fields with the same title it's impossible to know which you are selecting. The name should be shown in addition to the title to make this selection easier. Example as follows.
Field with Title: TITLE (NAME)
Field without Title: NAME
Updated by beat over 9 years ago
- Target version changed from CB 2.0.8 to CB 2.0.9
Updated by beat over 9 years ago
- Target version changed from CB 2.0.9 to CB 2.0.10
Updated by beat over 9 years ago
- Target version changed from CB 2.0.10 to CB 2.0.11
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented MR !937
Updated by krileon over 9 years ago
Alternative implementation in MR !938 to display name instead of field title as name is actually unique and required.
Actions