@@ -1004,6 +1004,8 @@ property holds a link to the user that created the issue.
10041004setkey(property)
10051005~~~~~~~~~~~~~~~~
10061006
1007+ .. index:: roundup-admin; setting assignedto on an issue
1008+
10071009Select a String property of the class to be the key property. The key
10081010property must be unique, and allows references to the items in the class
10091011by the content of the key property. That is, we can refer to users by
@@ -1738,7 +1740,7 @@ Put together, these settings appear in the tracker's ``schema.py`` file::
17381740 # db.security.addPermissionToRole('Anonymous', 'Edit', cl)
17391741
17401742.. index::
1741- single: roundup-admin; class permissions
1743+ single: roundup-admin; view class permissions
17421744
17431745You can use ``roundup-admin security`` to verify the permissions
17441746defined in the schema. It also verifies that properties specified in
@@ -4031,9 +4033,10 @@ is fiddling around so you can actually use the new category.
40314033Populating the new category class
40324034:::::::::::::::::::::::::::::::::
40334035
4034- If you haven't initialised the database with the ``roundup-admin``
4035- "initialise" command, then you can add the following to the tracker
4036- ``initial_data.py`` under the comment::
4036+ If you haven't initialised the database with the
4037+ "``roundup-admin initialise``" command, then you
4038+ can add the following to the tracker ``initial_data.py``
4039+ under the comment::
40374040
40384041 # add any additional database creation steps here - but only if you
40394042 # haven't initialised the database with the admin "initialise" command
@@ -4045,6 +4048,8 @@ Add::
40454048 category.create(name="chaco")
40464049 category.create(name="weave")
40474050
4051+ .. index:: roundup-admin; create entries in class
4052+
40484053If the database has already been initalised, then you need to use the
40494054``roundup-admin`` tool::
40504055
0 commit comments