Index: openacs-4/packages/acs-core-docs/www/permissions-tediously-explained.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/permissions-tediously-explained.html,v diff -u -r1.49.2.3 -r1.49.2.4 --- openacs-4/packages/acs-core-docs/www/permissions-tediously-explained.html 27 Jun 2019 18:22:22 -0000 1.49.2.3 +++ openacs-4/packages/acs-core-docs/www/permissions-tediously-explained.html 3 Sep 2021 09:15:22 -0000 1.49.2.4 @@ -105,7 +105,7 @@

Context Hierarchy

Suppose objects A, B, ..., and F form the following hierarchy. -

Table 11.2. Context Hierarchy Example

+

Table 11.2. Context Hierarchy Example

A

object_id=10 @@ -139,7 +139,7 @@ This can be represented in the acs_objects table by the following entries: -

Table 11.3. acs_objects example data

object_idcontext_id
2010
3010
4020
5020
6030

+

Table 11.3. acs_objects example data

object_idcontext_id
2010
3010
4020
5020
6030

The first entry tells us that object 20 is the descendant of object 10, and the third entry shows that object 40 is the descendant of object 20. By running a CONNECT BY query, @@ -443,7 +443,7 @@

Penelope

Read acs_rels: right-side is a - subset of left-side, ie + subset of left-side, i.e. object2 is a part of object1.