implemented legacy interface for Notes and Project

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-13 15:36:32 +02:00
parent 65701dee74
commit 89758f6c21
4 changed files with 103 additions and 9 deletions

View File

@@ -170,6 +170,7 @@ public class Constants {
public static final String URI = "uri";
public static final String URL = "url";
public static final String USER = "user";
public static final String USERS = "users";
public static final String USER_ID = "user_id";
public static final String USER_LIST = "user_list";
public static final String USES = "uses";