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.

Supporting organizations: 

Project information

Releases