Mercurial > p > roundup > code
changeset 5900:e9cc002cbe40
issue2551032: Fix bad property spelling breaking user updates on issues.roundup-tracker.org
this should make the user edit permissions on the tracker work correctly.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 05 Oct 2019 12:59:13 -0400 |
| parents | 2f9ec00a2398 |
| children | a592e3156134 |
| files | website/issues/schema.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/website/issues/schema.py Sat Oct 05 12:51:11 2019 -0400 +++ b/website/issues/schema.py Sat Oct 05 12:59:13 2019 -0400 @@ -289,7 +289,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.
