소스 검색

add warning about cross-bundle field permissions

Bradford Condon 6 년 전
부모
커밋
9c72648096
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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
 -----------------------------------------------