Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2006 at 03:25 UTC
Updated:
16 Dec 2015 at 23:52 UTC
Jump to comment: Most recent
Comments
Comment #1
webchickYeah, this is a limitation of core: you can't edit revisions, only view them.
I'm marking this "won't fix" for now, since it doesn't have anything to do with revision_moderation, although I may fix it eventually by adding a custom revisions tab where I can control more what's shown here.
Comment #2
webchickComment #3
webchickWell, actually. I should probably assign this to core.
How this would work is another op 'edit' would be added to node_revisions(). This would take you to a form which populated the various fields based on a $node->load() for that revision ID. Additionally, an "edit" operation would be added to the revision table in node_revision_overview().
Comment #4
webchickComment #5
coreb commentedMoving out of the "x.y.z" queue to a real queue.
Comment #6
pasqualleComment #7
tstoecklerStill valid. At least a proper CRUD API for revisions should be added, I think.
Comment #8
colanSubscribing.
Comment #9
jhedstromCore now has forward-revisioning. Marking this as a duplicate of #2477419: Codify mechanism to set a forward revision as the default revision.