change metadata adminPanel
This commit is contained in:
@@ -68,6 +68,7 @@ class Application
|
||||
$auth = new \Espo\Core\Utils\Api\Auth($container->get('entityManager'), $container);
|
||||
$this->getSlim()->add($auth);
|
||||
|
||||
|
||||
$this->getSlim()->hook('slim.before.dispatch', function () use ($slim, $container) {
|
||||
|
||||
$conditions = $slim->router()->getCurrentRoute()->getConditions();
|
||||
|
||||
@@ -73,12 +73,12 @@
|
||||
"description":"Customize layouts (list, detail, edit, search, mass update)."
|
||||
},
|
||||
{
|
||||
"url":"#admin/fields",
|
||||
"url":"#Admin/fields",
|
||||
"label":"Field Manager",
|
||||
"description":"Create new fields or customize existing ones."
|
||||
},
|
||||
{
|
||||
"url":"#admin/userInterface",
|
||||
"url":"#Admin/userInterface",
|
||||
"label":"User Interface",
|
||||
"description":"Configure UI."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user