Skip to content
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

fix: Board Ownership Transfer did not reassign owner #1299

Merged
merged 2 commits into from
Aug 14, 2023

Conversation

jij1949
Copy link
Contributor

@jij1949 jij1949 commented Jul 26, 2023

This PR fixes a bug where when a new owner was assigned for a board, the board's "owner_uid" parameter was not being reassigned. This would result in an error on the second attempt, because an editor would be created for the previous owner but the ownership would not be reassigned. Therefore, it would try to create a second editor, which results in a duplicate entry.

image (1)

czgu
czgu previously approved these changes Aug 3, 2023
@czgu czgu merged commit 47ca744 into pinterest:master Aug 14, 2023
3 checks passed
aidenprice pushed a commit to arrowtail-precision/querybook that referenced this pull request Jan 3, 2024
* fix: fixed transfer of board ownership not working

* Update board.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants