mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-11 11:58:47 +00:00
fix urls
This commit is contained in:
parent
829523c919
commit
5371f7dd88
|
|
@ -5,7 +5,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "TimeRecording",
|
||||
"uri": "{/prefix}humanresource/timerecording/dashboard?{?}",
|
||||
"uri": "{/lang}/{/app}/humanresource/timerecording/dashboard?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 70,
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Today",
|
||||
"uri": "{/prefix}humanresource/timerecording/dashboard?{?}",
|
||||
"uri": "{/lang}/{/app}/humanresource/timerecording/dashboard?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Stats",
|
||||
"uri": "{/prefix}humanresource/timerecording/stats?{?}",
|
||||
"uri": "{/lang}/{/app}/humanresource/timerecording/stats?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "TimeRecording",
|
||||
"uri": "{/prefix}private/timerecording/dashboard?{?}",
|
||||
"uri": "{/lang}/{/app}/private/timerecording/dashboard?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?php
|
||||
$count = 0;
|
||||
foreach ($sessions as $session) : ++$count;
|
||||
$url = UriFactory::build('private/timerecording/session?{?}&id=' . $session->getId());
|
||||
$url = UriFactory::build('{/lang}/{/app}/private/timerecording/session?{?}&id=' . $session->getId());
|
||||
?>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
<td><a href="<?= $url; ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user