improving code
This commit is contained in:
parent
fae090d6bc
commit
fff3ba8710
|
@ -198,7 +198,7 @@ Catalogue-Member:
|
|||
A user with such a role is mainly capable of listing and reading items;
|
||||
|
||||
Catalogue-Editor:
|
||||
A user with such a role is capable of managing the items they create and capable of using other safe APIs;
|
||||
A user with such a role is capable of managing the items he/she creates and capable of using other safe APIs;
|
||||
|
||||
Catalogue-Admin:
|
||||
A user with such a role is capable of administrating many aspects of the catalogue;
|
||||
|
@ -254,7 +254,7 @@ The following are the allowed moderation operation on an item in a and the
|
|||
|
||||
``pending`` ---**approve** (*Catalogue-Moderator*)---> ``approved``
|
||||
|
||||
``rejected`` ---**update** (*Author*)---> ``rejected``
|
||||
``rejected`` ---**update** (*Author*)---> ``pending``
|
||||
|
||||
``approved`` ---**update** (*Author*)---> ``pending``
|
||||
|
||||
|
|
Loading…
Reference in New Issue