- 🇫🇮Finland heikkiy Oulu
I arrived here when debugging an issue that started after updating to Drupal 10.3. Our node translations started to work wrong and we were not able to save unpublished nodes. I originally thought the issue was with 🐛 Non-admins cannot save unpublished nodes with path alias Active and first tried solving the issue with Link to any page permission. But then I tried removing all core patches and removing the patch from #30 seemed to fix the problem.
This issue seems outdated because 🐛 AccessAwareRouter does not respect HTTP method Fixed is closed and no new reports have been filed. We originally added this patch to fix editing media items in CKEditor but that problem doesn't seem to exist anymore without this patch.
- 🇫🇮Finland heikkiy Oulu
I think this issue needs an issue summary update and verification if the problem still exists with supported Drupal versions.
- 🇮🇳India arunkumark Coimbatore
Verified the issue with Drupal 11.x version. The issue still exists. Below are the observations,
1. Created the custom module with routing
2. Added below routingfoobar.vote: path: '/foobar/vote' defaults: _controller: '\Drupal\foobar\Controller\FooBarController::vote' requirements: _method: 'POST' _permission: 'access content'
3. Accessed the URL
/foobar/vote
via the browser (i.e GET request by default)
4. The page can be accessible without any deny
5. Verified the URL link via the POST-MAN on GET and POST both are working.So, the issue may still persist.
Also there is no change in the routing parameters. Hope #15 → will not be valid.