Confident Crocodile
Fixes bug where multiple batch jobs would only trigger first job.
When multiple batch jobs exist, the AJAX controller was only configured to target the very first batch job. We now pass the requested batch name into each AJAX request ensuring that the correct job is targeted and run.