Active
Project:
Deploy - Content Staging
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2018 at 20:34 UTC
Updated:
13 Jun 2018 at 19:37 UTC
Jump to comment: Most recent
Comments
Comment #2
bohemier commentedComment #3
jeqq commentedWe have "Access denied" because of #2950963: Prevent revisions from being reverted. Maybe we should make the revision value in the tree simple strings instead of links.
Comment #4
bohemier commentedThanks for the pointer... I understand why and confirm that changing the Drupal\multiversion\Access\NodeRevisionAccessCheck::access to AccessResult::allowed brings back the links to view the past revisions (although AccessResult::neutral() does not). I wonder though, it seems to me that the patch aims to forbid reverting, but what about viewing the revisions? Viewing revisions seems to be the use of the Tree tab...
Also, how does Multiversion/Workspace revert previous versions?
Comment #5
timmillwoodIt doesn't, at the moment.