diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php
index e11bfdd..b748fd0 100644
--- a/Theme/Backend/department-list.tpl.php
+++ b/Theme/Backend/department-list.tpl.php
@@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
| = $footerView->render(); ?>
|
getData('list:elements') as $key => $value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/department/profile?{?}id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/department/profile?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php
index a06e684..4064107 100644
--- a/Theme/Backend/position-list.tpl.php
+++ b/Theme/Backend/position-list.tpl.php
@@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
|
| = $footerView->render(); ?>
|
$value) : $count++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/position/profile?{?}id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/position/profile?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php
index aa0765e..4b6d4a0 100644
--- a/Theme/Backend/unit-list.tpl.php
+++ b/Theme/Backend/unit-list.tpl.php
@@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
|
| = $footerView->render(); ?>
|
getData('list:elements') as $key => $value) :
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/unit/profile?{?}id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/unit/profile?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
|