This commit is contained in:
Dennis Eichhorn 2022-12-10 22:17:54 +01:00
parent 829523c919
commit 5371f7dd88
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "TimeRecording", "name": "TimeRecording",
"uri": "{/prefix}humanresource/timerecording/dashboard?{?}", "uri": "{/lang}/{/app}/humanresource/timerecording/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 70, "order": 70,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Today", "name": "Today",
"uri": "{/prefix}humanresource/timerecording/dashboard?{?}", "uri": "{/lang}/{/app}/humanresource/timerecording/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Stats", "name": "Stats",
"uri": "{/prefix}humanresource/timerecording/stats?{?}", "uri": "{/lang}/{/app}/humanresource/timerecording/stats?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -51,7 +51,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "TimeRecording", "name": "TimeRecording",
"uri": "{/prefix}private/timerecording/dashboard?{?}", "uri": "{/lang}/{/app}/private/timerecording/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,

View File

@ -204,7 +204,7 @@ echo $this->getData('nav')->render(); ?>
<?php <?php
$count = 0; $count = 0;
foreach ($sessions as $session) : ++$count; 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; ?>"> <tr data-href="<?= $url; ?>">
<td><a href="<?= $url; ?>"> <td><a href="<?= $url; ?>">

View File

@ -12,7 +12,7 @@
}, },
"creator": { "creator": {
"name": "Karaka", "name": "Karaka",
"website": "www.spl1nes.com" "website": "jingga.app"
}, },
"description": "The administration module.", "description": "The administration module.",
"directory": "HumanResourceTimeRecording", "directory": "HumanResourceTimeRecording",