diff --git a/lib/classes/User/Query.php b/lib/classes/User/Query.php index 62e56f67dc..26553f9360 100644 --- a/lib/classes/User/Query.php +++ b/lib/classes/User/Query.php @@ -13,6 +13,7 @@ use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Model\Entities\User; use Doctrine\Common\Collections\ArrayCollection; use Alchemy\Phrasea\Utilities\Countries; +use Doctrine\Common\Collections\Collection; class User_Query implements User_QueryInterface { @@ -80,7 +81,7 @@ class User_Query implements User_QueryInterface /** * Return query results * - * @return User[] + * @return User[]|Collection */ public function get_results() { diff --git a/templates/web/prod/tab_headers.html.twig b/templates/web/prod/tab_headers.html.twig index d1e40e6a37..50b534a7dd 100644 --- a/templates/web/prod/tab_headers.html.twig +++ b/templates/web/prod/tab_headers.html.twig @@ -16,6 +16,11 @@ {% endif %} +
  • + +
    +
    +
  • {% if plugins.workzone is not empty %}
  • @@ -23,11 +28,6 @@
  • {% endif %} -
  • - -
    -
    -
  • {% endblock %} {% endblock %}