Skip to content

Commit 3ad5411

Browse files
committed
save settings after workspace creation
1 parent dbb9444 commit 3ad5411

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/de/unirostock/sems/cbarchive/web/WorkspaceManager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ public synchronized Workspace createWorkspace() throws IOException {
102102
workspaces.put(uuid, workspace);
103103
LOGGER.info("Created new workspace with id ", workspace.getWorkspaceId());
104104

105+
// save the settings
106+
storeSettings();
107+
105108
return workspace;
106109
}
107110

0 commit comments

Comments
 (0)