Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 29 Mar 2004 05:57:49 +0000 (05:57 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 29 Mar 2004 05:57:49 +0000 (05:57 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2229 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index af6335cf87c51cb74ed9c24693e893af1388df90..eccccf6dfbf1ffe7f955261988b03f1880c560fb 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.130 $
+:Version: $Revision: 1.131 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2884,6 +2884,11 @@ some security declarations::
 You would then (as an "admin" user) edit the details of the appropriate
 users, and add "SysAdmin" to their Roles list.
 
+Alternatively, you might want to change the Edit/View permissions granted
+for the "issue" class so that it's only available to users with the "System"
+or "Developer" Role, and then the new class you're adding is available to
+all with the "User" Role.
+
 
 Using External User Databases
 -----------------------------