preparing to save ne task

This commit is contained in:
2025-07-23 18:47:52 +02:00
parent 2625c360b8
commit 9cbcfb3b7f
5 changed files with 48 additions and 9 deletions

View File

@@ -153,6 +153,11 @@ public class ProjectModule extends BaseHandler implements ProjectService {
return sendContent(ex,mapValues(projects));
}
@Override
public Project load(long projectId) {
return projects.load(projectId);
}
@Override
public Collection<Project> loadMembers(Collection<Project> projectList) {
var userMap = new HashMap<Long,UmbrellaUser>();