Ref

visibility

paxpar reference objects, like checklists or craftforms, are shown in the gallery.

visibility

paxpar reference objects, like checklists or craftforms, are shown in the gallery.

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 matches
  • visible: 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 \ caseABCDEFGH
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βœ”βœ”βœ”βœ”βœ”βœ”βœ”-