implemented cloning of stock items. NEXT: update of GUI via message bus

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-10 08:45:00 +01:00
parent 76651b1e46
commit f4e85c870c
5 changed files with 54 additions and 17 deletions

View File

@@ -5,8 +5,10 @@ public class Path {
private Path(){};
public static final String ADD = "add";
public static final String AVAILABLE = "available";
public static final String AVAILABLE = "available";
public static final String CSS = "css";
public static final String CLONE = "clone";
public static final String COMMON_TEMPLATES = "common_templates";
public static final String COMPANY = "company";
public static final String CONNECTED = "connected";