implemented task navigation buttons
Build Docker Image / Docker-Build (push) Successful in 2m50s
Build Docker Image / Clean-Registry (push) Successful in 6s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-07-03 09:29:16 +02:00
parent 167365d0b3
commit 5eead469d3
2 changed files with 40 additions and 5 deletions
@@ -42,8 +42,8 @@ public class Path {
public static final String PROPERTY = "property";
public static final String PURPOSES = "purposes";
public static final String READ = "read";
public static final String REDIRECT = "redirect";
public static final String READ = "read";
public static final String REDIRECT = "redirect";
public static final String SEARCH = "search";
public static final String SELECT = "select";