From b3e7bbdd829331cae64cd32330a404d0d9ca05f1 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 18 Oct 2022 16:47:55 +0200 Subject: [PATCH] Fixed doc --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5cdd801..fae632c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -297,9 +297,9 @@ The following table summarize the allowed/forbidden operations depending on: the +-------------------------------------+-------------+----------------------+--------------------------+------------------------------------------+-------------------+ | Read | Yes all states | Yes all states | Yes only approved - All states if Author | Yes only approved | +-------------------------------------+-------------+----------------------+--------------------------+------------------------------------------+-------------------+ - | Update | Pending | Yes -> Pending | 403 Forbidden | Yes if Author -> Pending | 403 Forbidden | + | Update | Pending | Yes -> Pending | Yes if Author -> Pending | Yes if Author -> Pending | 403 Forbidden | + +-------------+----------------------+--------------------------+------------------------------------------+-------------------+ - | | Rejected | Yes -> Pending | 403 Forbidden | Yes if Author -> Pending | 403 Forbidden | + | | Rejected | Yes -> Pending | Yes if Author -> Pending | Yes if Author -> Pending | 403 Forbidden | + +-------------+----------------------+--------------------------+------------------------------------------+-------------------+ | | Approved | 403 Forbidden | Yes -> Approved | Yes if Author -> Pending | 403 Forbidden | +-------------------------------------+-------------+----------------------+--------------------------+------------------------------------------+-------------------+