dakruchko β created an issue.
here is a patch that can be applied for 10.2.2
driverok β credited dakruchko β .
There is a problem with rendering special characters (like single quotes for example) after applying patch #11. Here is a fix, maybe somebody needs
dakruchko β made their first commit to this issueβs fork.
My guess that it should be accessCheck(TRUE) as that is current behavior (i.e. when accessCheck is not called explicitly)
MR is ready, please review
dakruchko β made their first commit to this issueβs fork.
Here is a patch with a more proper way of leveraging a service - via DI (where possible).
I've created a merge request: https://git.drupalcode.org/project/tft/-/merge_requests/1/diffs
Added ->accessCheck(TRUE) as this is default (current) behavior, we just need to declare it explicitly. (FYI
https://www.drupal.org/node/3201242 β
)
dakruchko β made their first commit to this issueβs fork.