The same problem as described in related issue (Drupal core): #3075831: Failing assertions when bundle ID contains only numbers
When some node bundle's machine name contains only digits, during
Drupal\Core\Routing\RouteBuilder->rebuild()
it throws
AssertionError: A bundle ID is required. Bundleless entity types should pass the entity type ID again.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3503402-1.patch | 669 bytes | chodec |
Issue fork jsonapi_views-3503402
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
chodec commentedAttaching patch, can someone pls review it?
It should be the same problem as described in related issue. Thnx.
Comment #3
chodec commentedComment #4
anybody@chodec could you please link the core issue and turn this into a MR maybe?
Comment #5
anybodyDid that myself now. The issue is #3075831: Failing assertions when bundle ID contains only numbers
The patch exactly fixes it like core, so let's do it.
Comment #7
anybodyAs 1:1 like in core