Reviewed & tested by the community
Project:
REST API Access Token
Version:
2.0.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2023 at 17:36 UTC
Updated:
23 May 2024 at 11:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tolstoydotcomFrom CHANGELOG.md for 5.3 of Symfony's http-kernel: "Deprecate `KernelEvent::isMasterRequest()` and add `isMainRequest()` as replacement".
I could provide a patch but due to other issues it's probably best to make the change manually.
Comment #3
guilherme-lima-almeidaHi @TolstoyDotCom,
Despite what you said, I'll create a patch even if it's just me using it. This way, in future updates, I can keep track of the changes on this issue.
Comment #4
trickfun commentedPatch works!
Thank you
Comment #5
mukhtarm commentedWay to go. This patch is not yet available in
'2.0.0'version. The installation still fails on D10 :(Comment #8
flyke commentedI updated my project that uses rest_api_access_token and noticed that the patch did not apply.
So I checked out this issue and saw that the status is 'Needs review' which should mean that its not included in the codebase yet.
I saw #5 and assumed this issue still needed an updated patch for latest stable or dev version.
Which is why I started an Issue Fork.
But when I looked at the base code, the adjustment was already there.
I looked at the source code and this seems already ok in:
- 2.0.x
- 2.0.2
- 2.0.1
So I think this issue can just be closed instead of 'Needs review' ?
Comment #9
guilherme-lima-almeida