Reapply "Issue #3473358: Some cleanup and D10 compatibility"
Compare changes
@@ -2,15 +2,36 @@
@@ -2,15 +2,36 @@
@@ -25,11 +46,11 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
@@ -25,11 +46,11 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
if (!$workspaceInformation->isEntityTypeSupported($this->entityTypeManager->getDefinition($entity_type_id))) {
@@ -56,19 +77,17 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
@@ -56,19 +77,17 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
if ($workspaceManager->getActiveWorkspace() && $tracked_entities = $workspaceAssociation->getTrackedEntities($workspaceManager->getActiveWorkspace()->id(), $entity->getEntityTypeId(), [$entity->id()])) {
@@ -85,7 +104,7 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
@@ -85,7 +104,7 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
@@ -93,7 +112,7 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
@@ -93,7 +112,7 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
@@ -112,4 +131,28 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {
@@ -112,4 +131,28 @@ class ParallelWorkspaceEntityRepository extends EntityRepository {