diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README_FOR_APP | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index 1266d7c..eeb47c0 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP | |||
| @@ -119,7 +119,10 @@ the standard create/update/destroy derived permissions. | |||
| 119 | Every user without having any permissions is allowed to perform non-destructive | 119 | Every user without having any permissions is allowed to perform non-destructive |
| 120 | tasks that won't affect the frontend (published pages). What am I talking about? | 120 | tasks that won't affect the frontend (published pages). What am I talking about? |
| 121 | 121 | ||
| 122 | Bob has no permissions whatsoever still he is allowed to edit a #Page anywhere, because this action will only create a new revision of the #Page which is not immediately published. He won't be able to manipulate a #Node in any way (unique_name, slug, ordering, structure) because this would affect the frontend | 122 | Bob has no permissions whatsoever still he is allowed to edit a #Page anywhere, |
| 123 | because this action will only create a new revision of the #Page which is not | ||
| 124 | immediately published. He won't be able to manipulate a #Node in any way | ||
| 125 | (unique_name, slug, ordering, structure) because this would affect the frontend | ||
| 123 | without further notice. | 126 | without further notice. |
| 124 | 127 | ||
| 125 | Having a #Permission on a #Node makes Bob an admin for this #Node and all it's | 128 | Having a #Permission on a #Node makes Bob an admin for this #Node and all it's |
