- Issue created by @berdir
In the new generic revision access issue, we added a permission view all revisions, separate from view revision.
That is actually used only for the overview page, so I think we should rename it.
With the current name, it's unclear what the purpose is, resulting in issues like 🐛 Information disclosure access bypass for revision log fields when the JSON:API module is enabled Fixed having to do an extra access check. Maybe?
\Drupal\Core\Entity\Routing\RevisionHtmlRouteProvider::getRevisionViewRoute actually doesn't do that either, so I think we could maybe skip that there?
Rename to view revision overview, alias and deprecate the old one.