Issue #3476539 Carry over destination in relationship type selection
Compare changes
@@ -16,6 +16,7 @@ use Drupal\group\Entity\Storage\GroupRelationshipTypeStorageInterface;
@@ -16,6 +16,7 @@ use Drupal\group\Entity\Storage\GroupRelationshipTypeStorageInterface;
@@ -57,6 +58,13 @@ class GroupRelationshipController extends ControllerBase {
@@ -57,6 +58,13 @@ class GroupRelationshipController extends ControllerBase {
@@ -70,13 +78,16 @@ class GroupRelationshipController extends ControllerBase {
@@ -70,13 +78,16 @@ class GroupRelationshipController extends ControllerBase {
public function __construct(PrivateTempStoreFactory $temp_store_factory, EntityTypeManagerInterface $entity_type_manager, EntityFormBuilderInterface $entity_form_builder, GroupRelationTypeManagerInterface $groupRelationTypeManager, RendererInterface $renderer) {
@@ -89,6 +100,7 @@ class GroupRelationshipController extends ControllerBase {
@@ -89,6 +100,7 @@ class GroupRelationshipController extends ControllerBase {
@@ -134,12 +146,20 @@ class GroupRelationshipController extends ControllerBase {
@@ -134,12 +146,20 @@ class GroupRelationshipController extends ControllerBase {
@@ -149,13 +169,18 @@ class GroupRelationshipController extends ControllerBase {
@@ -149,13 +169,18 @@ class GroupRelationshipController extends ControllerBase {
$ui_text_provider = $this->groupRelationTypeManager->getUiTextProvider($relationship_type->getPluginId());