mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
PHRAS-4018: admin - object inspector - more informations about a record (#4465)
* admin object inspector display record subdef * fix multiple cancelling job * api inspector and some fix * admin inspector get record basket * admin inspector get record stories * some fix, generate token
This commit is contained in:
@@ -36,7 +36,7 @@ class AdminConfigurationController extends Controller
|
||||
{
|
||||
return $this->render('admin/worker-manager/index.html.twig', [
|
||||
'isConnected' => $this->getAMQPConnection()->getChannel() != null,
|
||||
'_fragment' => $request->get('_fragment') ?? 'worker-configuration',
|
||||
'_fragment' => $request->get('_fragment') ?? 'worker-info',
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user