Explorar el Código

add warning about cross-bundle field permissions

Bradford Condon hace 6 años
padre
commit
9c72648096
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      docs/user_guide/content_types/field_permissions.rst

+ 8 - 0
docs/user_guide/content_types/field_permissions.rst

@@ -17,6 +17,14 @@ Not all Tripal Fields are created equal.  You may have some fields that you don'
 
 Simply disabling the display of the formatter won't prevent the widget from showing up on the submission page, and besides, you might want site admins to still have access to those fields!  Deleting the field will cause them to re-appear when you press the "Check for New Fields" button!  Field Permissions allows you to configure field-specific permissions so that users contributing content via Chado only see the fields they need to see.
 
+
+
+.. warning::
+
+	Because all Tripal Entities are the same base entity type (``TripalEntity``), configuring field permissions on one bundle will configure it for **all** bundles.  This means, for example, hiding a field on Organism will also hide it on Analysis.
+   
+
+
 Installing the Drupal Field Permissions module
 -----------------------------------------------