This commit is contained in:
Dennis Eichhorn 2017-11-08 22:39:51 +01:00
parent 2122d4e6c6
commit 63a355ad0d
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 0,
"name": "Production",
"uri": "{/base}/{/lang}/backend/production/dashboard?{?}",
"uri": "/{/lang}/backend/production/dashboard?{?}",
"target": "self",
"icon": "fa fa-fire",
"order": 70,
@ -19,7 +19,7 @@
"type": 2,
"subtype": 1,
"name": "Production",
"uri": "{/base}/{/lang}/backend/production/list?{?}",
"uri": "/{/lang}/backend/production/list?{?}",
"target": "self",
"icon": null,
"order": 5,
@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/{/lang}/backend/production/list?{?}",
"uri": "/{/lang}/backend/production/list?{?}",
"target": "self",
"icon": null,
"order": 5,
@ -48,7 +48,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/{/lang}/backend/production/create?{?}",
"uri": "/{/lang}/backend/production/create?{?}",
"target": "self",
"icon": null,
"order": 10,

View File

@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="8"><?= $footerView->render(); ?>
<tbody>
<?php $c = 0; foreach ([] as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>
<tr>
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getId()); ?></a>
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>