Modify ↓
Opened 7 years ago
Closed 7 years ago
#12911 closed enhancement (wontfix)
Don't show select custom fields with no entries
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | custom fields |
Cc: | Branch: | ||
Release Notes: |
Select custom fields with no options are not shown on the ticket form. |
||
API Changes: | |||
Internal Changes: |
Description
Copied from 10811#comment:3:
If a custom field is marked as "select" and there are no entries, then don't show it in new tickets.
Attachments (0)
Change History (1)
comment:1 by , 7 years ago
Milestone: | 1.2.3 |
---|---|
Resolution: | → wontfix |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
After implementing ([a778d49f6/rjollos.git]), I reconsidered. With custom fields you can just remove the field definition. I don't see a use-case in which you need to keep the definition without any options. If anyone can provide one, I would be glad to reconsider.
The downside to committing the patch is that it might be slightly confusing to not see the field after adding an entry to
[ticket-custom]
section, before adding the.options
.