+++ b/src/Form/RegisterForm.php
@@ -14,11 +17,30 @@ class RegisterForm exten...

Contribution Date
Technology
Contribution Project
Contribution Details
  1. +++ b/src/Form/RegisterForm.php @@ -14,11 +17,30 @@ class RegisterForm extends ContentEntityForm { + if ($form_state->get('no_stores')) {

    This is not working.

  2. +++ b/src/Form/RegisterForm.php @@ -14,11 +17,30 @@ class RegisterForm extends ContentEntityForm { + $actions = parent::actions($form, $form_state);

    Better do this return parent::actions(), instead of creating new variable.

Found these problems. I am going to work on them.

Contribution Author
Files count
0
Patches count
0