-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current user is assigned as owner on geoapp update #12261
Milestone
Comments
mattiagiupponi
added a commit
that referenced
this issue
May 24, 2024
12 tasks
12 tasks
giohappy
pushed a commit
that referenced
this issue
May 24, 2024
giohappy
pushed a commit
that referenced
this issue
May 24, 2024
…2262) (#12263) (cherry picked from commit 012ca34) Co-authored-by: mattiagiupponi <[email protected]>
giohappy
pushed a commit
that referenced
this issue
May 24, 2024
…2262) (#12265) (cherry picked from commit 012ca34) Co-authored-by: mattiagiupponi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every time a geoapp is saved the current user is set as its owner.
The validate method inside the geoapps serializer assigns the current user as the resource (geoapp) owner. It's fine on creation but not on update!
The text was updated successfully, but these errors were encountered: