Opened 8 years ago

Closed 8 years ago

#1997 closed enhancement (fixed)

The "Changed items" tab in the job dialog must limit the number of items

Reported by: Nicklas Nordborg Owned by: everyone
Priority: critical Milestone: BASE 3.8
Component: web Version:
Keywords: Cc:

Description

If a lot of items has been changed by a single job (example: importing 500000 annotations to 5000 items) the "Changed items" tab will try to list them all.

This typically results in an OutOfMemoryError.

Change History (1)

comment:1 by Nicklas Nordborg, 8 years ago

Resolution: fixed
Status: newclosed

(In [7117]) Fixes #1997: The "Changed items" tab in the job dialog must limit the number of items

There is now a limit of 1000 items displayed in the "Change history". It would have been nice with full-fledged support for pagination and filtering but this requires a lot more work and is probably not worth the effort. Until someone really asks for it we'll just keep it simple.

Note: See TracTickets for help on using tickets.