Needs work
Project:
Entityqueue
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2018 at 15:14 UTC
Updated:
3 Jan 2024 at 10:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
spec0 commentedCreated a patch for enabling revision support for entitysubqueue.
Comment #3
Roensby commented+1 This simple patch works and adds a useful feature to entity queue.
Comment #4
Roensby commentedOld patch does not apply to new beta branch.
Here is a new patch with full revision support, including UI revision table and revert functions.
Permissions are not thought through, but works fine with administrator privileges.
Comment #5
amateescu commentedI agree that revision support is very much needed, and now that Drupal 8.7.0 added an Entity Update API which can safely convert the schema of an entity type from non-revisionable to revisionable even when it has existing data, I think we're finally able to do this conversion safely.
Since multilingual support is also needed among other things, I opened a separate issue to do all the conversions in one go (#3058127: Convert subqueues to be revisionable, translatatable and publishable), and credited both of you for the work done in this issue.
That patch enabled revision support only at the API level, so I'm keeping this issue open for the UI part :)
Comment #6
amateescu commentedA generic revision UI will be provided for us by Drupal core itself when #2350939: Implement a generic revision UI will be fixed, and I don't think we necessarily need it now in Entityqueue itself.
Comment #7
dpi@ #6 there will still be glue required by this module. It wont be fully automatic. See change record https://www.drupal.org/node/3160443
Comment #8
dpiConsider a new major/minor version requiring Drupal 10.1, now that the required revision foundation is merged: #2350939: Implement a generic revision UI
Comment #9
amateescu commentedConsidering that we don't even have a stable release of Drupal 10 at this time, an Entityqueue version that would depend on 10.1 is quite far off in the future :)
Comment #10
aaronmchaleComment #11
bhanu951 commentedA we have a stable release of Drupal 10 un-postponing it.