Drupal is a registered trademark of Dries Buytaert
Release: Drupal 10.3.6 Update released for Drupal core (10.3.6)! Release: Drupal 11.0.5 Update released for Drupal core (11.0.5)! Release: Drupal 10.2.9 Update released for Drupal core (10.2.9)! Release: Drupal 10.2.10 Update released for Drupal core (10.2.10)! Release: Drupal 10.3.7 Update released for Drupal core (10.3.7)! Release: Drupal 11.0.6 Update released for Drupal core (11.0.6)! Release: Drupal 10.3.8 Update released for Drupal core (10.3.8)! Release: Drupal 11.0.7 Update released for Drupal core (11.0.7)! Module Revived: Translation Management Tool 8.x-1.19 Module tmgmt updated after 7 months of inactivity (8.x-1.19). Usage Milestone: Account field split Module account_field_split crossed 10,000 active installs.

The Moderation Note module empowers you to annotate and review moderated Entities. Installing the module, view a moderated entity, and select text on your moderated content.

How to Use Moderation Note

When viewing the latest revision of a moderated entity, any user with the
"create moderation notes" permission can select text in an entity field and add
a note to it.

Notes can also be assigned to specific users, which adds the note to their
"Assigned notes" tab on their user page or in the toolbar.

Once added, other users can view the note by hovering over the highlighted text and
Click "View note" or the "View notes" local task.

Users with the create permission can reply to existing notes, which is useful
when discussing feedback.

Once the note has been addressed, the creator can choose to resolve it by
clicking "Resolve" when viewing it. Resolved notes can be re-opened or
permanently deleted by clicking the "View notes" local task and viewing the full resolved note.

Email notifications

Moderation Note provides email notifications to inform content editors of important events:

  1. When a note is created, both the creator and the last-updater of the notated entity are notified.
  2. The assignee is notified when a note is assigned to a user.
  3. When a note is resolved, re-opened, or replied to, notifications are sent to the creator, last-updater, note assignee (if applicable), and all users who replied.

No notifications are sent when a note is deleted since the resolve notification has already been dispatched.

If you wish to customize the email message, you can override the template at templates/mail-moderation-note.html.twig within your theme.

You can manage email notification settings at /admin/config/moderation-note.

Multilingual

Each note is associated with the language of the field being notated. This means that editors can concurrently review the same content in different languages.

Requirements

  • Content Moderation
  • User

Permissions

With a typical Content Moderation setup, you will probably want to give all
users with the "access moderation notes" permission the "view latest version"
and potentially the "view any unpublished content" permission. These allow note
users to access the content being noted if the latest revision is unpublished
and non-default, for example, a Draft of a Published Node.

Development ⚙

If you haven't already, install Docker and DDEV

git clone [email protected]:project/moderation_note.git
cd crm
ddev config --project-type=drupal --docroot=web --php-version=8.4 --corepack-enable --project-name=moderation-note
ddev add-on get ddev/ddev-drupal-contrib
ddev add-on get ddev/ddev-selenium-standalone-chrome
ddev start
ddev poser
ddev symlink-project
ddev drush site:install -y
ddev drush pm:install moderation_note -y
ddev drush config:export -y
ddev drush user:login

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Nov 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
8.x-1.0-beta6 Pre-release Nov 23, 2024