Drupal Version
11.2.2
Domain module version
3.0.0-alpha7
Expected Behavior
1. Deleted all domain records
2. Tried visiting admin/config/development/performance
3. Error thrown:
Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "domain_id" for route "domain_config_ui.inline_action" must match "[^/]++" ("" given) to generate a corresponding URL. in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 223 of core/lib/Drupal/Core/Routing/UrlGenerator.php).
Actual Behavior
No error should be displayed.
Steps to reproduce
- Enable the domain module
- Enable Domain config ui module
- Create a domain record
- Delete the domain record
- Visit admin/config/development/performance
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3548897-parameter-domain-id-2.patch | 614 bytes | prashant.c |
Issue fork domain-3548897
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
Comment #2
prashant.cSubmitting patch, need review, thanks
Comment #5
mably commentedHi @prashant.c, could you give a try to this issue's MR please?
And switch it to RTBC if it solves your problem.
Comment #6
prashant.cThanks @mably, the changes in the MR also resolves the issue. Marking RTBC.
Comment #7
mably commentedThanks for the review @prashant.c, let's merge this!
Comment #9
mably commented