Opened 7 years ago
Closed 7 years ago
#13060 closed defect (fixed)
TicketSystem.custom_fields includes invalid field names
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.18 |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | custom fields |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: |
Fixed invalid custom fields returned by |
||
| Internal Changes: | |||
Description
TicketSystem.custom_fields, and by extension TicketSystem.get_custom_fields, include invalid custom fields. However, those invalid fields are not returned by TicketSystem.fields (and TicketSystem.get_ticket_fields).
The filtering that removes invalid custom fields is in TicketSystem.fields. The filtering should be moved to TicketSystem.custom_fields.
Attachments (0)
Change History (3)
comment:1 by , 7 years ago
| API Changes: | modified (diff) |
|---|
comment:2 by , 7 years ago
Looks good to me.
BTW, log:rjollos.git:t13060_custom_field_validation+1.2-stable and log:rjollos.git:t13060_custom_field_validation+trunk branches refer the same commit for trunk.
comment:3 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |



Proposed changes: