Modify ↓
Opened 9 years ago
Last modified 6 years ago
#12662 new enhancement
TicketQuery macro, add title and select parameter for table format
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | next-major-releases |
| Component: | query system | Version: | 1.2 |
| Severity: | normal | Keywords: | TicketQuery table bitesized |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Currently the TicketQuery macro with format=table always has a titlebar like "Results (1 - 10 of 55)". Please make this an option:
- title: true/false (defaults to true)
Then it's annoying to have the page selection twice on top and on bottom. Please make that an option:
- select: top/bottom/none (defaults to bottom)
Example of the current implementation of the macro:
Attachments (0)
Change History (4)
comment:1 by , 9 years ago
| Component: | wiki system → query system |
|---|---|
| Keywords: | bitesized added |
| Milestone: | → next-dev-1.3.x |
comment:2 by , 9 years ago
- title: true/false (defaults to true)
Would be nice to allow the user to specify a title: string (defaults to Results; empty title= removes the entire titlebar)
- select: top/bottom/none (defaults to bottom)
"select" is not very clear. "pagination" or "pages"?
comment:4 by , 6 years ago
| Milestone: | next-dev-1.5.x → next-major-releases |
|---|
Note:
See TracTickets
for help on using tickets.



Looks like a sensible thing to do.
As usual, one way to augment the chance to see this feature sooner (and to have fun in the process) is to propose a patch ;-)