Project description
This project adds an additional assignee field to the revision table of entity types.
This way, you can assign a revision to a specific user to check / or rework the revision.

Why? Assigning revisions to users is handy!
I was using the content_moderation heavily on a website, but I was missing a way to assign revisions to a certain user. The revision user field existed, but was not editable and everytime someone did an update, the user was overwritten with the current user id value.
This module solves that by making a new field "revision_assignee" and making it editable. I can then add this field to views etc...
How does it work
Out of the box, the module will check for entity types that are revisionable and have the "revision_log" key.
I use the revision log key because for me this indicates user interaction.
The revision_assignee field will be installed for these entity types, using a form alter, the field is added to the field group for revisions.
It should appear above the revision log.
| Attachment | Size |
|---|---|
| Screenshot 2021-03-22 at 11.31.38.png | 48.3 KB |
Project information
- Project categories: Content editing experience
2 sites report using this module
- Created by mheip on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.