Skip to content

Commit 14de189

Browse files
committed
[IMP] tutorials/server_framework_101: add warning about access rights
When readers follow the server framework 101 tutorial, it's common for them to set the model access rights the same as in the tutorial's example at chapter 4. Following this example they will have read only permissions and by chapter 6 they will not be able to create/update or delete objects in order to follow with the tutorial. This commit adds a warning for readers to remind them of the relation between the access rights set previously and what they can see and do using the UI. closes #12237 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 57ec378 commit 14de189

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/developer/tutorials/server_framework_101/06_basicviews.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ to see the result.
6666
You will probably use some copy-paste in this chapter, therefore always make sure that the ``id``
6767
remains unique for each view!
6868

69+
70+
.. warning::
71+
Remember to set the correct access rights to the user as explained in the :doc:`security intro <04_securityintro>`!
72+
73+
The :guilabel:`Create` button is not shown if the user has only read permission.
74+
6975
Form
7076
====
7177

0 commit comments

Comments
 (0)