Problem/Motivation

Thanks for the module! To increase this module adoption, it would be beneficial that people could easily test this module on their site.

Steps to reproduce

I followed the "How to use" steps on project page, on route /admin/config/user-interface/hierarchy_manager/config I faced fatal error :

ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/html/web/modules/contrib/hierarchy_manager/src/Form/HMConfigForm.php on line 30 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 43 of core/lib/Drupal/Core/Form/ConfigFormBase.php).

Wonder if the part 2 would have required something else than blank submit, or if its some issue with Drupal 11.

Proposed resolution

Provide a Drupal recipe with some default values for demo purposes.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sokru created an issue. See original summary.

mingsong’s picture

Thanks for reporting this issue.

It is a compatibility issue that many modules facing after upgrading to Drupal 11.

The change log for reference.

https://www.drupal.org/node/3404140

I will fix this issue for this module first. Then we can have the recipe after that.

  • mingsong committed 5e35d2e3 on 3.x
    Issue #3467198 by sokru, mingsong: Create a recipe to provide demo...
mingsong’s picture

The bug is patched with 3.4.1.

I will leave this issue open as the recipe task has not been done yet.

mingsong’s picture

Status: Active » Needs work