Skip to content

Commit 5ba6338

Browse files
committed
Fix admin ability to edit other user's profile
1 parent a506613 commit 5ba6338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/components/urls/urls_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{"name": "EditProfile", "pattern": "my/profile"},
2+
{"name": "EditProfile", "pattern": "my/profile/(?P<id>[\\w\\-]*)"},
33
{"name": "MyProjects", "pattern": "my/projects"},
44
{"name": "MyGroups", "pattern": "my/groups"},
55
{"name": "MyEvents", "pattern": "my/events"},

0 commit comments

Comments
 (0)