From 6dd29498594ddc07714c1aac40419833a7d62cd5 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 12 May 2023 16:00:00 +0200
Subject: [PATCH] refresh overview every 60 sec

---
 public_html/deployment/classes/projectlist.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/deployment/classes/projectlist.class.php b/public_html/deployment/classes/projectlist.class.php
index 396a79ee..4285c982 100644
--- a/public_html/deployment/classes/projectlist.class.php
+++ b/public_html/deployment/classes/projectlist.class.php
@@ -555,7 +555,7 @@ class projectlist extends base{
 			</thead>
 			<tbody>
 		' . $sOut . '</tbody></table>'
-                    . '<script>window.setTimeout("setDefaultView();", 50);</script>';
+                    . '<script>window.setTimeout("setDefaultView();", 50); window.setTimeout("window.location.replace(window.location.pathname + window.location.search + window.location.hash);; ", 60000);</script>';
         } else {
             $sOut = t("class-pl-error-no-project") . '<br><br>'
                     . $oPrj1->renderLink("new")
-- 
GitLab