[Python-checkins] r70512 - tracker/instances/python-dev/schema.py

martin.v.loewis python-checkins at python.org
Sat Mar 21 20:22:29 CET 2009


Author: martin.v.loewis
Date: Sat Mar 21 20:22:28 2009
New Revision: 70512

Log:
Issue #252: allow editing of organization again.


Modified:
   tracker/instances/python-dev/schema.py

Modified: tracker/instances/python-dev/schema.py
==============================================================================
--- tracker/instances/python-dev/schema.py	(original)
+++ tracker/instances/python-dev/schema.py	Sat Mar 21 20:22:28 2009
@@ -298,7 +298,7 @@
     description="User is allowed to edit their own user details",
     properties=('username', 'password',
                 'address', 'realname',
-                'phone', 'organization',
+                'phone', 'organisation',
                 'alternate_addresses',
                 'queries',
                 'timezone')) # Note: 'roles' excluded - users should not be able to edit their own roles. 


More information about the Python-checkins mailing list