mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
add and display interrupt status
This commit is contained in:
@@ -88,6 +88,11 @@ class ControllerServiceProvider implements ControllerProviderInterface, ServiceP
|
||||
->method('GET')
|
||||
->bind('worker_admin_queue_monitor');
|
||||
|
||||
$controllers->match('/{workerId}/change-status', 'controller.worker.admin.configuration:changeStatusAction')
|
||||
->method('POST')
|
||||
->assert('workerId', '\d+')
|
||||
->bind('worker_admin_change_status');
|
||||
|
||||
return $controllers;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user