mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-01-25 03:58:41 +00:00
fixes #62
This commit is contained in:
parent
54be2bce85
commit
e995611a17
|
|
@ -5,7 +5,7 @@
|
|||
"type": 2,
|
||||
"subtype": 0,
|
||||
"name": "Production",
|
||||
"uri": "/{/lang}/backend/production/dashboard?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/production/dashboard?{?}",
|
||||
"target": "self",
|
||||
"icon": "fa fa-fire",
|
||||
"order": 70,
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Production",
|
||||
"uri": "/{/lang}/backend/production/list?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/production/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "/{/lang}/backend/production/list?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/production/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "/{/lang}/backend/production/create?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/production/create?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 10,
|
||||
|
|
|
|||
|
|
@ -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('/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>
|
||||
<tr>
|
||||
<td><a href="<?= $url; ?>"><?= $value->getId(); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $value->getName(); ?></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user