First: absolutely great module. This should really be in core :)

I'm using this module in combination with form_mode_manager. (https://www.drupal.org/project/form_mode_manager)
Form_mode_manager creates form id's like "user_MYNAME_form" which this module does not allow...

Attached is a patch that checks and allows these custom form id's.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

weseze created an issue. See original summary.

dstorozhuk’s picture

Wow, this is great module https://www.drupal.org/project/form_mode_manager. I believe we diffidently must have integration with it.

dstorozhuk’s picture

This patch #2979731 solve the problem. So

if (isset($form['account']) && is_array($form['account'])) {
...

Condition will be enough for module to work without errors.

  • dstorozhuk committed 6acf0fd on 8.x-1.x authored by weseze
    Issue #2943557 by weseze: Compatibility with form_mode_manager module
    
dstorozhuk’s picture

Status: Active » Fixed
dstorozhuk’s picture

Status: Fixed » Closed (fixed)