visibility
visibility
paxpar reference objects, like checklists or craftforms, are shown in the gallery.
gallery publishing
See tests/ref/test_visible.py
See also this more commnon case
visible: author | hidden | disabled (default is portal)
visible: author
: visible if (user is an author and portal matches) or (user has ADMIN orADMINPP role)visible: hidden
: visible if user as ADMIN or ADMINPP role and portal matchesvisible: disabled
: not visible
examples
Case A: How to have a craft/checklist only visible in a single portal galery :
portal: paxpar
Case B: How to have a craft/checklist only visible in a list of portals :
portal:
- paxpar
- energie.qdoc
Case C: How to have a craft/checklist visible in every portal galery :
# no portal prop means all portals !
Case D: How to have a craft/checklist only visible by its single author on any portal:
author: alice@acme.com
visible: author
Case E: How to have a craft/checklist only visible by its single author on given portal:
author: alice@acme.com
visible: author
portal: energie.qdoc
Case F: How to have a craft/checklist only visible by its 3 authors :
author:
- alice@acme.com
- bob@acme.com
- charlie@acme.com
visible: author
Case G: How to have a craft/checklist hidden (only visible by admin) :
visible: hidden
Case H: How to have a craft/checklist disabled (not visible and not callable) :
visible: disabled
users:
- alice, bob, carlie, eve: authenticated users with basic role
- adm : authenticated user with portal admin role (ADMIN)
- adm2 : authenticated user with paxpar admin role (*)
Visibility in the gallery of portal_a:
user~portal \ case | A | B | C | D | E | F | G | H |
---|---|---|---|---|---|---|---|---|
alice~paxpar | β | β | β | β | - | β | - | - |
bob~paxpar | β | β | β | - | - | β | - | - |
charlie~paxpar | β | β | β | - | - | β | - | - |
eve~paxpar | β | β | β | - | - | - | - | - |
adm~paxpar | β | β | β | β | - | β | β | - |
adm2~paxpar | β | β | β | β | β | β | β | - |
alice~energie.qdoc | - | β | β | β | β | β | - | - |
bob~energie.qdoc | - | β | β | - | - | β | - | - |
charlie~energie.qdoc | - | β | β | - | - | β | - | - |
eve~energie.qdoc | - | β | β | - | - | - | - | - |
adm~energie.qdoc | - | β | β | β | β | β | β | - |
adm2~energie.qdoc | β | β | β | β | β | β | β | - |
alice~xxx | - | - | β | β | - | β | - | - |
bob~xxx | - | - | β | - | - | β | - | - |
charlie~xxx | - | - | β | - | - | β | - | - |
eve~xxx | - | - | β | - | - | - | - | - |
adm~xxx | - | - | β | β | β | β | β | - |
adm2~xxx | β | β | β | β | β | β | β | - |