Skip to content

Commit 2269a82

Browse files
Merge remote-tracking branch 'origin/release_22_2_0' into hotfix/CB-2514-unsaved-changes
2 parents a35a1aa + ab4a1fc commit 2269a82

2 files changed

Lines changed: 1 addition & 67 deletions

File tree

server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/model/session/SMWebSessionContext.java

Lines changed: 0 additions & 65 deletions
This file was deleted.

server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/model/session/WebSession.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,9 @@ private void loadProjects() {
352352
public VirtualProjectImpl createVirtualProject(RMProject project) {
353353
// Do not filter data sources from user project
354354
DataSourceFilter filter = project.getType() == RMProject.Type.USER ? x -> true : this::isDataSourceAccessible;
355-
SMSessionContext projectSessionContext = new SMWebSessionContext(sessionAuthContext, this);
356355
VirtualProjectImpl sessionProject = application.createProjectImpl(
357356
project,
358-
projectSessionContext,
357+
sessionAuthContext,
359358
this,
360359
filter);
361360
DBPDataSourceRegistry dataSourceRegistry = sessionProject.getDataSourceRegistry();

0 commit comments

Comments
 (0)