Hi all,
Is it possible to set the sort order for the jobs in the batch-admin jobs view?
I'm on spring-batch 2.1.9 and batch-admin 1.2.1.
br Svante
Hi all,
Is it possible to set the sort order for the jobs in the batch-admin jobs view?
I'm on spring-batch 2.1.9 and batch-admin 1.2.1.
br Svante
Unfortunately there isn't an easy way to set or pass the sort for the lists that are displayed. However, that's a good idea and contributions are encouraged.
Michael Minella
Spring Batch Lead
Author - Pro Spring Batch
http://www.michaelminella.com
Twitter: @MichaelMinella
We actually don't sort the entire collection. The jobs that are in the jobRepository are sorted by name, but they are added after the ones that are currently available within the current context (via a JobLocator) and those are not sorted in any way. This is definitely a reasonable request. Please create a Jira issue to track adding it.
Michael Minella
Spring Batch Lead
Author - Pro Spring Batch
http://www.michaelminella.com
Twitter: @MichaelMinella