View Revisions: Issue #854

Summary 0000854: Limit number of pending job tickets shown
Revision 2017-08-31 21:56 by rijkr
Description IST: All pending Job Tickets are shown in the Job Ticket Web App. When hundreds of tickets are pending, it takes considerable time to display the ticket list. As the list is re-displayed after each action on a ticket, this takes too much time.
SOLL: Limit the number of pending job tickets shown in the list with config item: webapp.jobtickets.list-size (default 10)
The ticket operator can overrule the default list size in the Select and Sort section for his session, within the limits as set in the following configuration items.
// The minimum number of job tickets that can be shown in the list.
// A value of zero means all pending tickets are shown.
webapp.jobtickets.list-size-min (default 5)
// The maximum number of job tickets that can be shown in the list.
webapp.jobtickets.list-size-max (default 50)
Revision 2017-08-31 21:47 by rijkr
Description IST: All pending Job Tickets are shown in the Job Ticket Web App. When hundreds of tickets are pending, it takes considerable time to display the ticket list. As the list is re-displayed after each action on a ticket, this takes too much time.

SOLL: Limit the number of pending job tickets shown in the list with config item: webapp.jobtickets.list-size (default 10)

The ticket operator can overrule the default list size in the Select and Sort section for his session, within the limits as set in the following configuration items.

// The minimum number of job tickets that can be shown in the list.
// A value of zero means all pending tickets are shown.
webapp.jobtickets.list-size-min (default 5)

// The maximum number of job tickets that can be shown in the list.
webapp.jobtickets.list-size-max (default 50)