driverok β credited gun2dru β .
Hi @ipinchuk. Thank you for your review.
We made some config structure changes. Please process DB updates by "drush updatedb" command. After that, you can see all pages created before.
gun2dru β created an issue.
As a part of Merge request !14 fixed deprecation issues:
vendor/bin/drupal-check -d modules/contrib/multiple_registration/
10/10 [ββββββββββββββββββββββββββββ] 100%
------ --------------------------------------------------
Line multiple_registration.module
------ --------------------------------------------------
87 Call to an undefined method
Drupal\Core\Form\FormInterface::getEntity().
176 Call to an undefined method
Drupal\Core\Form\FormInterface::getEntity().
395 Variable $custom_form_mode might not be defined.
------ --------------------------------------------------
------ -------------------------------------------------
Line src/AvailableUserRolesService.php
------ -------------------------------------------------
54 Call to an undefined method
Drupal\user\RoleStorageInterface::getStorage().
------ -------------------------------------------------
------ ---------------------------------------------------
Line src/Controller/MultipleRegistrationController.php
------ ---------------------------------------------------
248 Variable $rows might not be defined.
------ ---------------------------------------------------
------ -----------------------------------------------------------------------
Line src/Plugin/Derivative/MultipleRegistrationLocalTasks.php
------ -----------------------------------------------------------------------
42 Access to an undefined property
Drupal\multiple_registration\Plugin\Derivative\MultipleRegistrationLo
calTasks::$base_plugin_id.
------ -----------------------------------------------------------------------
[ERROR] Found 6 errors
10/10 [ββββββββββββββββββββββββββββ] 100%
[OK] No errors
Hi there,
Looks like the issue happened in export process.
The issue is not reproducing when we export the full list of configs arising in the process of working with this module:
- multiple_registration.access_settings_page_form_config
- multiple_registration.common_settings_page_form_config
- multiple_registration.create_registration_page_form_config
- system.action.user_add_role_action.role1
- system.action.user_add_role_action.role2
- system.action.user_remove_role_action.role1
- system.action.user_remove_role_action.role2
- user.role.role1
- user.role.role2
After the configuration import, items on /admin/config/people/multiple_registration page are existed and forms are available.
multiple_registration.create_registration_page_form_config.yml
roles:
role1:
path: /login/role1
url: /user/register/role1
redirect_path: /
hidden: 0
form_mode_register: register
form_mode_edit: default
role2:
path: /login/role2
url: /user/register/role2
redirect_path: /
hidden: 0
form_mode_register: register
form_mode_edit: default
driverok β credited gun2dru β .
gun2dru β made their first commit to this issueβs fork.