Mercurial > p > roundup > code
changeset 4676:d3f8d0be588c
Issue2550783 - change spelling of organization to organisation so that
the user's organisation can be edited by the user.
| author | rouilj |
|---|---|
| date | Sun, 25 Nov 2012 18:00:25 -0500 |
| parents | 9b332d517068 |
| children | 3cf77c30697e |
| files | share/roundup/templates/devel/schema.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/share/roundup/templates/devel/schema.py Thu Nov 22 21:20:21 2012 +0100 +++ b/share/roundup/templates/devel/schema.py Sun Nov 25 18:00:25 2012 -0500 @@ -313,7 +313,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.
