backported some code from lang_de branch

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-03-15 12:25:43 +01:00
parent 89fda62c9d
commit 1b484760b9
7 changed files with 58 additions and 21 deletions

View File

@@ -282,7 +282,6 @@ public class Web extends TemplateServlet {
if (user != null) data.put(USER,user.safeMap());
if (list != null) data.put(LIST,list.minimalMap());
String notes = null;
switch (path){
case ARCHIVE:
return archive(req,resp);