Closed (fixed)
Project:
Web Push
Version:
2.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2025 at 14:31 UTC
Updated:
13 Apr 2026 at 12:02 UTC
Jump to comment: Most recent
When attempting to delete a Web Push subscription entity via the admin UI, Drupal throws an error indicating that the route parameter web_push_subscription was not converted. As a result, the delete confirmation form cannot be rendered and the entity cannot be deleted through the UI.
/admin/content/web_push_subscription/list.Define the web_push_subscription route parameter as an entity parameter in web_push.routing.yml, ensuring proper parameter conversion for the delete route.
None. This change restores expected behaviour of the existing delete UI.
None.
None.
| Comment | File | Size | Author |
|---|---|---|---|
| 3389792-Fix-the-web_push_subscription-parameter-was-not-conv.patch | 796 bytes | oscarclement |
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
oscarclement commentedThis is the error message:
Comment #6
yfiervil commentedComment #8
yfiervil commentedComment #9
oscarclement commentedHi, I noticed that the fix for this issue was included in the 2.1.0 release. Could you please credit my account (oscarclement) in the 'Credit & committing' section of this issue so it appears on my profile? Thank you!