Skip to content

Commit 8d3b5b4

Browse files
committed
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.
1 parent 151702f commit 8d3b5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/issues/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def own_record(db, userid, itemid):
289289
description="User is allowed to edit their own user details",
290290
properties=('username', 'password',
291291
'address', 'realname',
292-
'phone', 'organization',
292+
'phone', 'organisation',
293293
'alternate_addresses',
294294
'queries',
295295
'timezone')) # Note: 'roles' excluded - users should not be able to edit their own roles.

0 commit comments

Comments
 (0)