Bug #22379
CSV export is limited by pagination
Pull request:
Fixed in Releases:
Found in Releases:
Description
since Rails 5 upgrade, find_each now respects limits instead of ignoring them. We need to manually remove the limit from the exporter.
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Assignee set to Tomer Brisker
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5204 added
#2
Updated by Tomer Brisker over 4 years ago
- Legacy Backlogs Release (now unused) set to 296
- Category set to Rails
#3
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 816463fe56fac72957c267a14347a222d65c60f8.
Fixes #22379 - Remove pagination from csv export (#5204)