Describe your bug or feature request.
When upgrading to 8.x-2.38 I got an error on /admin/commerce. Reason is the Product categories link in the management links. This route requires a parameter taxonomy_term which is not provided.
If a bug, provide steps to reproduce it from a clean install.
Just update to commerce 8.x-2.38 and try /admin/commerce
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | attachment-2.png | 49.94 KB | dtrdewaele |
| #8 | attachment-1.png | 88 KB | dtrdewaele |
Issue fork commerce-3421144
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 #5
dtrdewaele commentedComment #7
jsacksick commentedWhat is the "Product categories" link? I'd like reproducing the issue myself if possible.
Comment #8
dtrdewaele commentedYou are right. It is not a default link :)
The "Product categories" link is a custom link we have added to the menu.
What you can do to reproduce is adding a custom link under the admin/commerce section in the admin menu (attachment 1) to for example a taxonomy overview page (attachment 2) and go to /admin/commerce. You'll see the error.
Comment #11
jsacksick commented