Apply patch from issue #3100117
Compare changes
Files
3@@ -2,11 +2,13 @@
@@ -16,7 +18,9 @@ use Drupal\Core\StringTranslation\TranslationInterface;
@@ -68,6 +72,13 @@ class QuickNodeCloneEntityFormBuilder extends EntityFormBuilder {
@@ -87,8 +98,10 @@ class QuickNodeCloneEntityFormBuilder extends EntityFormBuilder {
public function __construct(FormBuilderInterface $formBuilder, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, EntityTypeManagerInterface $entityTypeManager, AccountInterface $currentUser, PrivateTempStoreFactory $privateTempStoreFactory, TranslationInterface $stringTranslation) {
public function __construct(FormBuilderInterface $formBuilder, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, EntityTypeManagerInterface $entityTypeManager, AccountInterface $currentUser, PrivateTempStoreFactory $privateTempStoreFactory, TranslationInterface $stringTranslation, ?UuidInterface $uuid = NULL) {
@@ -96,6 +109,13 @@ class QuickNodeCloneEntityFormBuilder extends EntityFormBuilder {
@@ -131,6 +151,8 @@ class QuickNodeCloneEntityFormBuilder extends EntityFormBuilder {
@@ -201,25 +223,25 @@ class QuickNodeCloneEntityFormBuilder extends EntityFormBuilder {
@@ -240,7 +262,91 @@ class QuickNodeCloneEntityFormBuilder extends EntityFormBuilder {