change metadata adminPanel

This commit is contained in:
Yuri Kuznetsov
2013-11-22 13:06:26 +02:00
parent 7fd02f2b95
commit 4fdff5d8af
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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."
}