Changeset 7221 for trunk/doc/src/docbook/appendix/update_warnings.xml
- Timestamp:
- Nov 4, 2016, 11:06:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/update_warnings.xml
r7161 r7221 35 35 to the current version. 36 36 </para> 37 38 <sect1 id="appendix.update_warnings.3.10"> 39 <title>BASE 3.10</title> 40 41 <bridgehead>Changed permissions for annotating items</bridgehead> 42 <para> 43 Before BASE 3.10 a user was able to create/change/delete annotations on 44 an item if the user has <code>WRITE</code> permission on the item and 45 <code>READ</code> permission on the annotation type. 46 In BASE 3.10 several changes has been made: 47 </para> 48 49 <itemizedlist> 50 <listitem> 51 <para> 52 <code>USE</code> permission is required on the annotation type to be able 53 to create/change/delete annotations of that type. This may cause user to no 54 longer be able to annotate certain items, unless their permissions 55 are upgraded to <code>USE</code>. Users with <code>READ</code> permission 56 can only read the annotation values. 57 </para> 58 </listitem> 59 60 <listitem> 61 <para> 62 A new permission level, <code>ANNOTATE</code>, has been introduced. 63 In the permission hierarchy this sits between the <code>READ</code> 64 and <code>WRITE</code> permission and can be used to give users 65 permissions to manage annotations but not other properties of an item. 66 All users with <code>WRITE</code> permission automatically get 67 <code>ANNOTATE</code> permission so this change should not affect current 68 users. 69 </para> 70 </listitem> 71 </itemizedlist> 72 73 </sect1> 74 37 75 38 76 <sect1 id="appendix.update_warnings.3.9">
Note: See TracChangeset
for help on using the changeset viewer.