implemented changing project state from project page

This commit is contained in:
2025-07-20 14:48:51 +02:00
parent 680afd7700
commit c8b6c3feb7
9 changed files with 75 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ public class Paths {
public static final String SEARCH = "search";
public static final String SERVICE = "service";
public static final String SETTINGS = "settings";
public static final String STATES = "states";
public static final String SUBMIT = "submit";
public static final String TOKEN = "token";
public static final String VIEW = "view";