Problem/Motivation
Looks like we have dead code floating around in QueryAccessHandlerBase. The only other use of Entity API is the RevisionRouteProvider.
The goal is to see what we can drop and if we can drop the dependency altogether.
Issue fork group-3494780
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
kristiaanvandeneyndeChecking #2350939: Implement a generic revision UI for revision counterparts in core.
Comment #3
kristiaanvandeneyndeOkay we can drop everything, but our revision UI tests now have 2 failures when we do. Need to investigate that.
Comment #5
kristiaanvandeneyndeSo only RevisionUiAccessTest::testUpdateDeleteAccess() fails for non-default revisions when reverting. Will have to look into that.
Comment #6
kristiaanvandeneyndeThis did bring to my attention that core (and now Group) use the'revert' operation, but node still uses 'revert revision'. So we may need to open an issue to adjust group_support_revisions to account for that.
Comment #8
kristiaanvandeneynde