mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
Merge pull request #628 from makeplane/user-role-pick
release: v1.3.0-rc7
This commit is contained in:
@@ -129,7 +129,7 @@ class WebsitePaymentLinkEndpoint(BaseAPIView):
|
||||
"user_id",
|
||||
"user_role",
|
||||
)
|
||||
.values("user_email", "user_id")
|
||||
.values("user_email", "user_id", "user_role")
|
||||
)
|
||||
|
||||
# Convert the user_id to string
|
||||
|
||||
Reference in New Issue
Block a user