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:
Aina Sitraka
2024-02-07 14:29:19 +03:00
committed by GitHub
parent d776d3d71b
commit 1fd3377e27
15 changed files with 1362 additions and 408 deletions

View File

@@ -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',
]);
}