From 56c8f672a9bf892b79a3fdc3b2ed49607a57cf41 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 1 Feb 2023 16:01:36 +0100 Subject: [PATCH] Aligned doc with new features/bug fixes --- docs/index.rst | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 8d16c33..7181e3a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -326,21 +326,23 @@ The following table summarises the addressee of the notification for any action. .. table:: - +------------+-------------------------+-----------------+ - | Operation | Notified user/role | - + +-------------------------+-----------------+ - | | Catalogue-Moderators | Author | - +============+=========================+=================+ - | Create | Yes | No | - +------------+-------------------------+-----------------+ - | Update | Yes | Yes | - +------------+-------------------------+-----------------+ - | Approve | Yes + Social Post if enabled for the VRE | - +------------+-------------------------+-----------------+ - | Reject | Yes | Yes | - +------------+-------------------------+-----------------+ - | Message | Yes | Yes | - +------------+-------------------------+-----------------+ + +------------+----------------------+--------+----------------------+ + | Operation | Notified user/role | + + +----------------------+--------+----------------------+ + | | Catalogue-Moderators | Author | User made the action | + +============+======================+========+======================+ + | Create | Yes | Yes | Yes (custom message) | + +------------+----------------------+--------+----------------------+ + | Update | Yes | Yes | Yes (custom message) | + +------------+----------------------+--------+----------------------+ + | Approve | Yes + Social Post if | No | + | | requested (social_post=true) | | + | | and enabled for the VRE | | + +------------+----------------------+--------+----------------------+ + | Reject | Yes | Yes | No | + +------------+----------------------+--------+----------------------+ + | Message | Yes | Yes | No | + +------------+----------------------+--------+----------------------+