[Python-checkins] r53223 - tracker/instances/python-dev/schema.py
stefan.seefeld
python-checkins at python.org
Wed Jan 3 17:38:20 CET 2007
Author: stefan.seefeld
Date: Wed Jan 3 17:38:20 2007
New Revision: 53223
Modified:
tracker/instances/python-dev/schema.py
Log:
Make title editable by users.
Modified: tracker/instances/python-dev/schema.py
==============================================================================
--- tracker/instances/python-dev/schema.py (original)
+++ tracker/instances/python-dev/schema.py Wed Jan 3 17:38:20 2007
@@ -159,7 +159,7 @@
db.security.addPermissionToRole('User', p)
p = db.security.addPermission(name='Edit', klass='issue',
- properties=('type',
+ properties=('title', 'type',
'components', 'versions',
'severity',
'messages', 'files', 'nosy'),
More information about the Python-checkins
mailing list