I have job's admin with multiple pages of new and completed jobs. I want to filter these to see only the 'new' jobs but after selecting Job Type "new" and searching the pagination is no longer available.
This is very useful for inspecting the queue and estimating time to completion etc.
Acceptance criteria
Pagination shows on Gridfiled after the search criteria is applied.
Pagination shows on ModelAdmin after the search criteria is applied.
Behat test are added to cover this scenario
Notes
Problem is not with JobAdmins ... all gridfield are affected.
Only tested on CMS 5 so far. Just need to double check that CMS 4 is not affected.
I have job's admin with multiple pages of new and completed jobs. I want to filter these to see only the 'new' jobs but after selecting Job Type "new" and searching the pagination is no longer available.
This is very useful for inspecting the queue and estimating time to completion etc.
Acceptance criteria
Notes
PRs