Modify ↓
Opened 7 years ago
Last modified 5 years ago
#12854 new defect
"rows" can be used as custom field but rows=... condition in query doesn't work
Reported by: | Jun Omae | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Ticket with rows field can be created like this but query:status!=closed&rows=42 ignores rows=42
condition.
[ticket-custom] rows = text
Because rows
parameters is used for full rows feature in ticket query. See also wiki:TracQuery#Fullrows.
I think we should add 'rows'
to TicketSystem.reserved_field_names
because field named rows
might be rarely used.
Attachments (0)
Change History (2)
comment:1 by , 5 years ago
Milestone: | next-dev-1.3.x → next-dev-1.5.x |
---|
comment:2 by , 5 years ago
Milestone: | next-dev-1.5.x → next-major-releases |
---|
Note:
See TracTickets
for help on using tickets.
Milestone renamed