Skip to content

Commit 9ad3b56

Browse files
committed
also include already migrated workspaces in migration counter, to lower confusion for people who see the landing page multiple times
1 parent 7c29f3d commit 9ad3b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/de/unirostock/sems/cbarchive/web/rest/ShareApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ public Response setWorkspaceHistory( @CookieParam(Fields.COOKIE_PATH) String old
210210
if( history.containsWorkspace(workspace.getWorkspaceId()) == false ) {
211211
history.getRecentWorkspaces().add( workspace );
212212
LOGGER.debug("Added shared workspace ", workspace.getWorkspaceId(), " to history. Wasn't added yet.");
213-
migration_count++;
214213
}
214+
migration_count++;
215215
}
216216
}
217217

0 commit comments

Comments
 (0)