Conflict with account_field_split

Created on 8 November 2022, about 2 years ago
Updated 15 April 2023, over 1 year ago

Problem/Motivation

I have a module that uses the module "account_field_split" to generate accounts automatically by delegated users.
This has worked fine for a couple of years but when this module is updated to version 8.x-3.3 the hidden fields Username and Email becomes visible.
Disabling these fields in the form display generate this error on the site:
"The website encountered an unexpected error. Please try again later.
Error: Unsupported operand types in administerusersbyrole_form_user_form_submit() (line 249 of modules/contrib/administerusersbyrole/administerusersbyrole.module)."
When downgrading to version 8.x-3.2 it worked fine again.
Regarding to my developer this is related to this issue:
https://www.drupal.org/project/administerusersbyrole/issues/3311553 β†’

πŸ› Bug report
Status

Closed: works as designed

Version

3.3

Component

Code

Created by

πŸ‡ΈπŸ‡ͺSweden chrotto

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡¬πŸ‡§United Kingdom adamps

    This module is working as designed. The code you refer to is necessary for the module to work correctly. Even if there is a conflict with another module I can't see anything that I can do. The code cannot be removed.

    the hidden fields Username and Email becomes visible.

    This module does reveal those fields. As far as I can see this has been true for a long time - it didn't change in 8.x-3.3.

    Disabling these fields in the form display generate this error on the site:

    administerusersbyrole_form_user_form_submit() will generate errors if you hide the roles field. As far as I can see, it doesn't have any reference to Username or Email.

Production build 0.71.5 2024